Home
last modified time | relevance | path

Searched refs:pw_one (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djdcolext-altivec.c59 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()
Djdmrgext-altivec.c61 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()
Djcsample-altivec.c45 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()
Djdsample-altivec.c59 __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/
Djdcolext-altivec.c59 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()
Djdmrgext-altivec.c61 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()
Djcsample-altivec.c45 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()
Djdsample-altivec.c59 __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/
Dvf_atadenoise.asm28 pw_one: times 8 dw 1 label
65 mova m8, [pw_one]
179 mova m8, [pw_one]