Searched refs:out2h (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jfdctint-altivec.c | 63 out2h = vec_msums(tmp1312h, pw_f130_f054, pd_descale_p##PASS); \ 68 out2h = vec_sra(out2h, descale_p##PASS); \ 72 out2 = vec_pack(out2l, out2h); \ 195 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
|
D | jidctint-altivec.c | 181 out2h = vec_add(tmp12h, tmp1h); \ 186 out2h = vec_sra(out2h, descale_p##PASS); \ 190 out2 = vec_pack(out2l, out2h); \ 225 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
|