/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jdcolext-altivec.c | 59 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, in jsimd_ycc_rgb_convert_altivec() local 113 bl = vec_madds(bl, pw_mf0228, pw_one); in jsimd_ycc_rgb_convert_altivec() 114 bh = vec_madds(bh, pw_mf0228, pw_one); in jsimd_ycc_rgb_convert_altivec() 115 bl = vec_sra(bl, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec() 116 bh = vec_sra(bh, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec() 126 rl = vec_madds(rl, pw_f0402, pw_one); in jsimd_ycc_rgb_convert_altivec() 127 rh = vec_madds(rh, pw_f0402, pw_one); in jsimd_ycc_rgb_convert_altivec() 128 rl = vec_sra(rl, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec() 129 rh = vec_sra(rh, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec()
|
D | jdmrgext-altivec.c | 61 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, in jsimd_h2v1_merged_upsample_altivec() local 115 b_yl = vec_madds(b_yl, pw_mf0228, pw_one); in jsimd_h2v1_merged_upsample_altivec() 116 b_yh = vec_madds(b_yh, pw_mf0228, pw_one); in jsimd_h2v1_merged_upsample_altivec() 117 b_yl = vec_sra(b_yl, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec() 118 b_yh = vec_sra(b_yh, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec() 126 r_yl = vec_madds(r_yl, pw_f0402, pw_one); in jsimd_h2v1_merged_upsample_altivec() 127 r_yh = vec_madds(r_yh, pw_f0402, pw_one); in jsimd_h2v1_merged_upsample_altivec() 128 r_yl = vec_sra(r_yl, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec() 129 r_yh = vec_sra(r_yh, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec()
|
D | jcsample-altivec.c | 45 pw_one = { __8X(1) }; in jsimd_h2v1_downsample_altivec() local 66 outl = vec_sr(outl, pw_one); in jsimd_h2v1_downsample_altivec() 75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
|
D | jdsample-altivec.c | 59 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; in jsimd_h2v1_fancy_upsample_altivec() local 94 last0l = vec_add(last0l, pw_one); in jsimd_h2v1_fancy_upsample_altivec() 110 last0h = vec_add(last0h, pw_one); in jsimd_h2v1_fancy_upsample_altivec()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jdcolext-altivec.c | 59 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, in jsimd_ycc_rgb_convert_altivec() local 113 bl = vec_madds(bl, pw_mf0228, pw_one); in jsimd_ycc_rgb_convert_altivec() 114 bh = vec_madds(bh, pw_mf0228, pw_one); in jsimd_ycc_rgb_convert_altivec() 115 bl = vec_sra(bl, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec() 116 bh = vec_sra(bh, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec() 126 rl = vec_madds(rl, pw_f0402, pw_one); in jsimd_ycc_rgb_convert_altivec() 127 rh = vec_madds(rh, pw_f0402, pw_one); in jsimd_ycc_rgb_convert_altivec() 128 rl = vec_sra(rl, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec() 129 rh = vec_sra(rh, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec()
|
D | jdmrgext-altivec.c | 61 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, in jsimd_h2v1_merged_upsample_altivec() local 115 b_yl = vec_madds(b_yl, pw_mf0228, pw_one); in jsimd_h2v1_merged_upsample_altivec() 116 b_yh = vec_madds(b_yh, pw_mf0228, pw_one); in jsimd_h2v1_merged_upsample_altivec() 117 b_yl = vec_sra(b_yl, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec() 118 b_yh = vec_sra(b_yh, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec() 126 r_yl = vec_madds(r_yl, pw_f0402, pw_one); in jsimd_h2v1_merged_upsample_altivec() 127 r_yh = vec_madds(r_yh, pw_f0402, pw_one); in jsimd_h2v1_merged_upsample_altivec() 128 r_yl = vec_sra(r_yl, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec() 129 r_yh = vec_sra(r_yh, (__vector unsigned short)pw_one); in jsimd_h2v1_merged_upsample_altivec()
|
D | jcsample-altivec.c | 45 pw_one = { __8X(1) }; in jsimd_h2v1_downsample_altivec() local 66 outl = vec_sr(outl, pw_one); in jsimd_h2v1_downsample_altivec() 75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
|
D | jdsample-altivec.c | 59 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; in jsimd_h2v1_fancy_upsample_altivec() local 94 last0l = vec_add(last0l, pw_one); in jsimd_h2v1_fancy_upsample_altivec() 110 last0h = vec_add(last0h, pw_one); in jsimd_h2v1_fancy_upsample_altivec()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_atadenoise.asm | 28 pw_one: times 8 dw 1 label 65 mova m8, [pw_one] 179 mova m8, [pw_one]
|