Searched refs:out0h (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jcsample-altivec.c | 98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local 141 out0h = vec_add(next0e, next0o); in jsimd_h2v2_downsample_altivec() 149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
|
D | jidctint-altivec.c | 154 out0h = vec_add(tmp10h, tmp3h); \ 159 out0h = vec_sra(out0h, descale_p##PASS); \ 163 out0 = vec_pack(out0l, out0h); \ 223 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
|
/external/libjpeg-turbo/simd/loongson/ |
D | jidctint-mmi.c | 113 __m64 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h; \ 182 out0h = _mm_add_pi32(tmp10h, tmp3h); \ 187 out0h = _mm_add_pi32(out0h, PD_DESCALE_P##PASS); \ 189 out0h = _mm_srai_pi32(out0h, DESCALE_P##PASS); \ 196 out0 = _mm_packs_pi32(out0l, out0h); \
|