Searched refs:out1l (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jfdctint-altivec.c | 120 out1l = vec_msums(tmp47l, pw_mf089_f060, z4l); \ 125 out1l = vec_sra(out1l, descale_p##PASS); \ 129 out1 = vec_pack(out1l, out1h); \ 195 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
|
D | jcsample-altivec.c | 97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local 129 out1l = vec_add(this1e, this1o); in jsimd_h2v2_downsample_altivec() 131 outl = vec_add(out0l, out1l); in jsimd_h2v2_downsample_altivec()
|
D | jidctint-altivec.c | 167 out1l = vec_add(tmp11l, tmp2l); \ 172 out1l = vec_sra(out1l, descale_p##PASS); \ 177 out1 = vec_pack(out1l, out1h); \ 225 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
|