Searched refs:out5l (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | 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, in jsimd_fdct_islow_altivec() local
|
D | 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; in jsimd_idct_islow_altivec() local
|