Searched refs:VEC_LD (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | hpeldsp_altivec.c | 76 pixelsv = VEC_LD( 0, pixels); in ff_avg_pixels16_altivec() 96 pixelsv = VEC_LD( 0, pixels); in avg_pixels8_altivec() 123 pixelsv1 = VEC_LD(0, pixels); in put_pixels8_xy2_altivec() 124 pixelsv2 = VEC_LD(1, pixels); in put_pixels8_xy2_altivec() 171 pixelsv1 = VEC_LD(0, pixels); in put_no_rnd_pixels8_xy2_altivec() 172 pixelsv2 = VEC_LD(1, pixels); in put_no_rnd_pixels8_xy2_altivec() 218 pixelsv1 = VEC_LD(0, pixels); in put_pixels16_xy2_altivec() 219 pixelsv2 = VEC_LD(1, pixels); in put_pixels16_xy2_altivec() 274 pixelsv1 = VEC_LD(0, pixels); in put_no_rnd_pixels16_xy2_altivec() 275 pixelsv2 = VEC_LD(1, pixels); in put_no_rnd_pixels16_xy2_altivec() [all …]
|
D | me_cmp.c | 114 vector unsigned char pix2v = VEC_LD(0, pix2); in sad16_y2_altivec() 121 pix3v = VEC_LD(0, pix3); in sad16_y2_altivec() 246 vector unsigned char t2 = VEC_LD(0, pix2); in sad16_altivec() 285 vector unsigned char pix1l = VEC_LD(0, pix1); in sad8_altivec() 286 vector unsigned char pix2l = VEC_LD(0, pix2); in sad8_altivec() 329 vector unsigned char t1 = vec_and(VEC_LD(0, pix1), permclear); in sse8_altivec() 330 vector unsigned char t2 = vec_and(VEC_LD(0, pix2), permclear); in sse8_altivec() 370 vector unsigned char t2 = VEC_LD(0, pix2); in sse16_altivec()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 126 rgb0 = VEC_LD(0, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 127 rgb1 = VEC_LD(16, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 128 rgb2 = VEC_LD(32, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 130 rgb3 = VEC_LD(48, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 134 rgb0 = VEC_LD(0, inptr); in jsimd_rgb_ycc_convert_altivec() 136 rgb1 = VEC_LD(16, inptr); in jsimd_rgb_ycc_convert_altivec() 138 rgb2 = VEC_LD(32, inptr); in jsimd_rgb_ycc_convert_altivec() 141 rgb3 = VEC_LD(48, inptr); in jsimd_rgb_ycc_convert_altivec()
|
D | jsimd_altivec.h | 86 #define VEC_LD(a, b) vec_ld(a, b) macro 93 #define VEC_LD(a, b) vec_vsx_ld(a, b) macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 126 rgb0 = VEC_LD(0, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 127 rgb1 = VEC_LD(16, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 128 rgb2 = VEC_LD(32, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 130 rgb3 = VEC_LD(48, tmpbuf); in jsimd_rgb_ycc_convert_altivec() 134 rgb0 = VEC_LD(0, inptr); in jsimd_rgb_ycc_convert_altivec() 136 rgb1 = VEC_LD(16, inptr); in jsimd_rgb_ycc_convert_altivec() 138 rgb2 = VEC_LD(32, inptr); in jsimd_rgb_ycc_convert_altivec() 141 rgb3 = VEC_LD(48, inptr); in jsimd_rgb_ycc_convert_altivec()
|
D | jsimd_altivec.h | 86 #define VEC_LD(a, b) vec_ld(a, b) macro 93 #define VEC_LD(a, b) vec_vsx_ld(a, b) macro
|
/third_party/ffmpeg/libavutil/ppc/ |
D | util_altivec.h | 119 #define VEC_LD(offset,b) \ macro 122 #define VEC_LD(offset,b) \ macro 143 #define unaligned_load(a,b) VEC_LD(a,b) 144 #define load_with_perm_vec(a,b,c) VEC_LD(a,b) 153 #define vec_unaligned_load(b) VEC_LD(0, b)
|