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

  /external/libjpeg-turbo/simd/
jcsample-altivec.c 97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; local
129 out1l = vec_add(this1e, this1o);
131 outl = vec_add(out0l, out1l);
jfdctint-altivec.c 120 out1l = vec_msums(tmp47l, pw_mf089_f060, z4l); \
125 out1l = vec_sra(out1l, descale_p##PASS); \
129 out1 = vec_pack(out1l, out1h); \
195 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, local
jidctint-altivec.c 167 out1l = vec_add(tmp11l, tmp2l); \
172 out1l = vec_sra(out1l, descale_p##PASS); \
177 out1 = vec_pack(out1l, out1h); \
225 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, local

Completed in 147 milliseconds