Searched refs:pw_255 (Results 1 – 9 of 9) sorted by relevance
/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 156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec() 158 bx1 = vec_mergel(bl, pw_255); in jsimd_ycc_rgb_convert_altivec() 160 bx2 = vec_mergeh(bh, pw_255); in jsimd_ycc_rgb_convert_altivec() 162 bx3 = vec_mergel(bh, pw_255); 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 185 bx0 = vec_mergeh(bl, pw_255); in jsimd_h2v1_merged_upsample_altivec() 187 bx1 = vec_mergel(bl, pw_255); in jsimd_h2v1_merged_upsample_altivec() 189 bx2 = vec_mergeh(bh, pw_255); in jsimd_h2v1_merged_upsample_altivec() 191 bx3 = vec_mergel(bh, pw_255); in jsimd_h2v1_merged_upsample_altivec()
|
/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 156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec() 158 bx1 = vec_mergel(bl, pw_255); in jsimd_ycc_rgb_convert_altivec() 160 bx2 = vec_mergeh(bh, pw_255); in jsimd_ycc_rgb_convert_altivec() 162 bx3 = vec_mergel(bh, pw_255); 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 185 bx0 = vec_mergeh(bl, pw_255); in jsimd_h2v1_merged_upsample_altivec() 187 bx1 = vec_mergel(bl, pw_255); in jsimd_h2v1_merged_upsample_altivec() 189 bx2 = vec_mergeh(bh, pw_255); in jsimd_h2v1_merged_upsample_altivec() 191 bx3 = vec_mergel(bh, pw_255); in jsimd_h2v1_merged_upsample_altivec()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_overlay.asm | 30 pw_255: times 8 dw 255 label 44 mova m3, [pw_255] 77 mova m3, [pw_255] 117 mova m3, [pw_255]
|
D | vf_blend.asm | 34 pw_255: times 8 dw 255 label
|
/third_party/ffmpeg/libavcodec/x86/ |
D | pngdsp.asm | 28 cextern pw_255 154 pand m0, [pw_255]
|
D | vp9intrapred.asm | 85 cextern pw_255 1506 pand m3, m1, [pw_255] ; x_V_T_R_xxxxxxxx 1543 pand m1, [pw_255] 1594 pand m1, [pw_255] 1595 pand m2, [pw_255]
|
D | hevc_mc.asm | 24 cextern pw_255 36 %define max_pixels_8 pw_255
|