Searched refs:sh1 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc_msa.c | 806 v8i16 in0, in1, sh0, sh1, out0, out1; in QuantizeBlock_MSA() local 815 LD_SH2(&mtx->sharpen_[0], 8, sh0, sh1); in QuantizeBlock_MSA() 819 ILVRL_H2_SH(sh1, tmp5, tmp2, tmp3); in QuantizeBlock_MSA()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 4631 JSShape* sh1; in find_hashed_shape_proto() local 4636 for (sh1 = rt->shape_hash[h1]; sh1 != NULL; sh1 = sh1->shape_hash_next) { in find_hashed_shape_proto() 4637 if (sh1->hash == h && in find_hashed_shape_proto() 4638 sh1->proto == proto && in find_hashed_shape_proto() 4639 sh1->prop_count == 0) { in find_hashed_shape_proto() 4640 return sh1; in find_hashed_shape_proto() 4651 JSShape* sh1; in find_hashed_shape_prop() local 4658 for (sh1 = rt->shape_hash[h1]; sh1 != NULL; sh1 = sh1->shape_hash_next) { in find_hashed_shape_prop() 4661 if (sh1->hash == h && in find_hashed_shape_prop() 4672 return sh1; in find_hashed_shape_prop() [all …]
|
Completed in 95 milliseconds