/third_party/libjpeg-turbo/simd/powerpc/ |
D | jfdctint-altivec.c | 120 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
|
D | jcsample-altivec.c | 98 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()
|
D | jidctint-altivec.c | 167 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
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jfdctint-altivec.c | 120 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
|
D | jcsample-altivec.c | 98 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()
|
D | jidctint-altivec.c | 167 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
|
/third_party/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 107 __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); \
|
D | jidctint-mmi.c | 113 __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); \
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 107 __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); \
|
D | jidctint-mmi.c | 113 __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); \
|