Home
last modified time | relevance | path

Searched refs:out5h (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c134 out5h = vec_msums(tmp56h, pw_mf050_mf256, z4h); \
139 out5h = vec_sra(out5h, descale_p##PASS); \
143 out5 = vec_pack(out5l, out5h); \
191 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c182 out5h = vec_sub(tmp12h, tmp1h); \
187 out5h = vec_sra(out5h, descale_p##PASS); \
190 out5 = vec_pack(out5l, out5h); \
224 out5l, out5h, out6l, out6h, out7l, out7h; in jsimd_idct_islow_altivec() local
/external/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c108 __m64 out5l, out5h, out6l, out6h, out7l, out7h; \
216 out5h = _mm_add_pi32(tmp5h, z4h); \
221 out5h = _mm_add_pi32(out5h, PD_DESCALE_P##PASS); \
223 out5h = _mm_srai_pi32(out5h, DESCALE_P##PASS); \
230 out5 = _mm_packs_pi32(out5l, out5h); \
Djidctint-mmi.c114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \
220 out5h = _mm_sub_pi32(tmp12h, tmp1h); \
228 out5h = _mm_add_pi32(out5h, PD_DESCALE_P##PASS); \
230 out5h = _mm_srai_pi32(out5h, DESCALE_P##PASS); \
233 out5 = _mm_packs_pi32(out5l, out5h); \