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

  /external/libjpeg-turbo/simd/
jfdctint-altivec.c 134 out5l = vec_msums(tmp56l, pw_mf050_mf256, z4l); \
139 out5l = vec_sra(out5l, descale_p##PASS); \
144 out5 = vec_pack(out5l, out5h); \
195 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, local
jidctint-altivec.c 182 out5l = vec_sub(tmp12l, tmp1l); \
187 out5l = vec_sra(out5l, descale_p##PASS); \
191 out5 = vec_pack(out5l, out5h); \
226 out5l, out5h, out6l, out6h, out7l, out7h; local

Completed in 1858 milliseconds