HomeSort by relevance Sort by last modified time
    Searched refs:out2h (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/simd/
jfdctint-altivec.c 63 out2h = vec_msums(tmp1312h, pw_f130_f054, pd_descale_p##PASS); \
68 out2h = vec_sra(out2h, descale_p##PASS); \
72 out2 = vec_pack(out2l, out2h); \
195 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, local
jidctint-altivec.c 181 out2h = vec_add(tmp12h, tmp1h); \
186 out2h = vec_sra(out2h, descale_p##PASS); \
190 out2 = vec_pack(out2l, out2h); \
225 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, local

Completed in 752 milliseconds