Home
last modified time | relevance | path

Searched refs:out6h (Results 1 – 8 of 8) sorted by relevance

/third_party/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c64 out6h = vec_msums(tmp1312h, pw_f054_mf130, pd_descale_p##PASS); \
69 out6h = vec_sra(out6h, descale_p##PASS); \
72 out6 = vec_pack(out6l, out6h); \
191 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c169 out6h = vec_sub(tmp11h, tmp2h); \
174 out6h = vec_sra(out6h, descale_p##PASS); \
177 out6 = vec_pack(out6l, out6h); \
224 out5l, out5h, out6l, out6h, out7l, out7h; in jsimd_idct_islow_altivec() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c64 out6h = vec_msums(tmp1312h, pw_f054_mf130, pd_descale_p##PASS); \
69 out6h = vec_sra(out6h, descale_p##PASS); \
72 out6 = vec_pack(out6l, out6h); \
191 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c169 out6h = vec_sub(tmp11h, tmp2h); \
174 out6h = vec_sra(out6h, descale_p##PASS); \
177 out6 = vec_pack(out6l, out6h); \
224 out5l, out5h, out6l, out6h, out7l, out7h; in jsimd_idct_islow_altivec() local
/third_party/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c108 __m64 out5l, out5h, out6l, out6h, out7l, out7h; \
127 out6h = _mm_madd_pi16(tmp1312h, PW_F054_MF130); \
135 out6h = _mm_add_pi32(out6h, PD_DESCALE_P##PASS); \
137 out6h = _mm_srai_pi32(out6h, DESCALE_P##PASS); \
140 out6 = _mm_packs_pi32(out6l, out6h); \
Djidctint-mmi.c114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \
202 out6h = _mm_sub_pi32(tmp11h, tmp2h); \
210 out6h = _mm_add_pi32(out6h, PD_DESCALE_P##PASS); \
212 out6h = _mm_srai_pi32(out6h, DESCALE_P##PASS); \
215 out6 = _mm_packs_pi32(out6l, out6h); \
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c108 __m64 out5l, out5h, out6l, out6h, out7l, out7h; \
127 out6h = _mm_madd_pi16(tmp1312h, PW_F054_MF130); \
135 out6h = _mm_add_pi32(out6h, PD_DESCALE_P##PASS); \
137 out6h = _mm_srai_pi32(out6h, DESCALE_P##PASS); \
140 out6 = _mm_packs_pi32(out6l, out6h); \
Djidctint-mmi.c114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \
202 out6h = _mm_sub_pi32(tmp11h, tmp2h); \
210 out6h = _mm_add_pi32(out6h, PD_DESCALE_P##PASS); \
212 out6h = _mm_srai_pi32(out6h, DESCALE_P##PASS); \
215 out6 = _mm_packs_pi32(out6l, out6h); \