Home
last modified time | relevance | path

Searched refs:vec_u16 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c107 const vec_u16 shifts = (vec_u16) {7, 7, 7, 7, 7, 7, 7, 7}; in yuv2plane1_8_vsx()
167 const vec_u16 vadd = (vec_u16) {add, add, add, add, add, add, add, add}; in yuv2plane1_nbps_vsx()
168 const vec_u16 vswap = (vec_u16) vec_splat_u16(big_endian ? 8 : 0); in yuv2plane1_nbps_vsx()
169 const vec_u16 vshift = (vec_u16) vec_splat_u16(shift); in yuv2plane1_nbps_vsx()
170 const vec_u16 vlargest = (vec_u16) {cli in yuv2plane1_nbps_vsx()
[all...]
H A Dswscale_altivec.c195 const vec_u16 vswapsmall = vec_splat_u16(8); in yuv2plane1_float_bswap_altivec()
212 vd = (vec_f) vec_rl((vec_u16) vd, vswapsmall); in yuv2plane1_float_bswap_altivec()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c94 const vec_u16 v6us = vec_splat_u16(6); in h264_idct_add_altivec()
211 vec_u16 dst16 = (vec_u16)VEC_MERGEH(zero_u8v, dstv); \
227 const vec_u16 onev = vec_splat_u16(1); in h264_idct8_add_altivec()
228 const vec_u16 twov = vec_splat_u16(2); in h264_idct8_add_altivec()
229 const vec_u16 sixv = vec_splat_u16(6); in h264_idct8_add_altivec()
663 vec_u16 vlog2_denom; in weight_h264_W_altivec()
677 vlog2_denom = (vec_u16)vec_splat(vtemp, 1); in weight_h264_W_altivec()
712 vec_u16 vlog2_denom; in biweight_h264_W_altivec()
726 vlog2_denom = (vec_u16)vec_spla in biweight_h264_W_altivec()
[all...]
H A Dh264chroma_template.c130 const vec_u16 v6us = vec_splat_u16(6); in PREFIX_h264_chroma_mc8_altivec()
205 const vec_u16 v6us = vec_splat_u16(6); in PREFIX_no_rnd_vc1_chroma_mc8_altivec()
H A Dmpegvideodsp.c61 vec_splat((vec_u16) vec_lde(0, &rounder_a), 0); in gmc1_altivec()
H A Dvp8dsp_altivec.c117 vec_u16 c7 = vec_splat_u16(7); in put_vp8_epel_h_altivec_core()
203 vec_u16 c7 = vec_splat_u16(7); in put_vp8_epel_v_altivec_core()
H A Dh264qpel_template.c113 const vec_u16 v5us = vec_splat_u16(5); in PREFIX_h264_qpel16_h_lowpass_altivec()
207 const vec_u16 v5us = vec_splat_u16(5); in PREFIX_h264_qpel16_v_lowpass_altivec()
H A Didctdsp.c95 vec_u16 shift = vec_splat_u16(4); \
H A Dvp3dsp_altivec.c48 vec_u16 four = vec_splat_u16(4);\
/third_party/ffmpeg/libavutil/ppc/
H A Dutil_altivec.h36 #define vec_u16 vector unsigned short macro
49 #define zero_u16v (vec_u16) zerov

Completed in 9 milliseconds