Searched refs:out0h (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 140 out0h = vec_add(next0e, next0o); in jsimd_h2v2_downsample_altivec() 148 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
|
D | jidctint-altivec.c | 155 out0h = vec_add(tmp10h, tmp3h); \ 160 out0h = vec_sra(out0h, 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
|