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

  /external/libjpeg-turbo/simd/
jfdctint-altivec.c 137 out3h = vec_msums(tmp56h, pw_mf256_f050, z3h); \
142 out3h = vec_sra(out3h, descale_p##PASS); \
145 out3 = vec_pack(out3l, out3h); \
195 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, local
jidctint-altivec.c 194 out3h = vec_add(tmp13h, tmp0h); \
199 out3h = vec_sra(out3h, descale_p##PASS); \
203 out3 = vec_pack(out3l, out3h); \
225 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, local

Completed in 748 milliseconds