Home
last modified time | relevance | path

Searched refs:out1h (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c120 out1h = vec_msums(tmp47h, pw_mf089_f060, z4h); \
125 out1h = vec_sra(out1h, descale_p##PASS); \
128 out1 = vec_pack(out1l, out1h); \
191 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
Djcsample-altivec.c98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
147 out1h = vec_add(next1e, next1o); in jsimd_h2v2_downsample_altivec()
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
Djidctint-altivec.c167 out1h = vec_add(tmp11h, tmp2h); \
172 out1h = vec_sra(out1h, descale_p##PASS); \
176 out1 = vec_pack(out1l, out1h); \
223 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
/external/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c107 __m64 out1l, out1h, out2l, out2h, out3l, out3h; \
192 out1h = _mm_add_pi32(tmp7h, z4h); \
200 out1h = _mm_add_pi32(out1h, PD_DESCALE_P##PASS); \
202 out1h = _mm_srai_pi32(out1h, DESCALE_P##PASS); \
205 out1 = _mm_packs_pi32(out1l, out1h); \
Djidctint-mmi.c113 __m64 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h; \
200 out1h = _mm_add_pi32(tmp11h, tmp2h); \
205 out1h = _mm_add_pi32(out1h, PD_DESCALE_P##PASS); \
207 out1h = _mm_srai_pi32(out1h, DESCALE_P##PASS); \
214 out1 = _mm_packs_pi32(out1l, out1h); \