Searched refs:vcswapi2s (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ppc/ |
D | util_altivec.h | 77 #define vcswapi2s(a,b,c,d) (const vector unsigned char){SWP_W2S ## a, SWP_W2S ## b, SWP_W2S ## c, S… macro 172 #define VEC_SPLAT16(a,b) vec_splat((vec_s16)(vec_perm(a, a, vcswapi2s(0,1,2,3))), b)
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264qpel_template.c | 442 sum3A = (vec_s16)vec_perm(sum3A, sum3A,vcswapi2s(0,1,2,3)); in PREFIX_h264_qpel16_hv_lowpass_altivec() 443 sum3B = (vec_s16)vec_perm(sum3B, sum3B,vcswapi2s(0,1,2,3)); in PREFIX_h264_qpel16_hv_lowpass_altivec()
|
D | h264dsp.c | 675 vtemp =(vec_s16)vec_perm(vtemp, vtemp, vcswapi2s(0,1,2,3)); in weight_h264_W_altivec() 724 vtemp =(vec_s16)vec_perm(vtemp, vtemp, vcswapi2s(0,1,2,3)); in biweight_h264_W_altivec()
|