Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c118 out7h = vec_msums(tmp47h, pw_mf060_mf089, z3h); \
123 out7h = vec_sra(out7h, descale_p##PASS); \
127 out7 = vec_pack(out7l, out7h); \
192 out7l, out7h; in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c156 out7h = vec_sub(tmp10h, tmp3h); \
161 out7h = vec_sra(out7h, descale_p##PASS); \
164 out7 = vec_pack(out7l, out7h); \
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; \
190 out7h = _mm_add_pi32(tmp4h, z3h); \
195 out7h = _mm_add_pi32(out7h, PD_DESCALE_P##PASS); \
197 out7h = _mm_srai_pi32(out7h, DESCALE_P##PASS); \
204 out7 = _mm_packs_pi32(out7l, out7h); \
Djidctint-mmi.c114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \
184 out7h = _mm_sub_pi32(tmp10h, tmp3h); \
192 out7h = _mm_add_pi32(out7h, PD_DESCALE_P##PASS); \
194 out7h = _mm_srai_pi32(out7h, DESCALE_P##PASS); \
197 out7 = _mm_packs_pi32(out7l, out7h); \