Searched refs:f16l (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp8dsp_altivec.c | 108 vec_s16 f16h, f16l; in put_vp8_epel_h_altivec_core() local 135 FILTER_H(f16l, 8); in put_vp8_epel_h_altivec_core() 136 filt = vec_packsu(f16h, f16l); in put_vp8_epel_h_altivec_core() 200 vec_s16 s0f, s1f, s2f, s3f, s4f, s5f, f16h, f16l; in put_vp8_epel_v_altivec_core() local 234 FILTER_V(f16l, vec_mulo); in put_vp8_epel_v_altivec_core() 235 filt = vec_packsu(f16h, f16l); in put_vp8_epel_v_altivec_core()
|