Searched refs:out0l (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jcsample-altivec.c | 97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local 123 out0l = vec_add(this0e, this0o); in jsimd_h2v2_downsample_altivec() 131 outl = vec_add(out0l, out1l); in jsimd_h2v2_downsample_altivec()
|
D | jidctint-altivec.c | 154 out0l = vec_add(tmp10l, tmp3l); \ 159 out0l = vec_sra(out0l, descale_p##PASS); \ 164 out0 = vec_pack(out0l, out0h); \ 225 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
|