Searched refs:out3l (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jfdctint-altivec.c | 136 out3l = vec_msums(tmp56l, pw_mf256_f050, z3l); \ 141 out3l = vec_sra(out3l, descale_p##PASS); \ 145 out3 = vec_pack(out3l, out3h); \ 195 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
|
D | jidctint-altivec.c | 193 out3l = vec_add(tmp13l, tmp0l); \ 198 out3l = vec_sra(out3l, descale_p##PASS); \ 203 out3 = vec_pack(out3l, out3h); \ 225 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
|