Searched refs:is6tap (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp8dsp_altivec.c | 66 a = vec_ld((offset)-is6tap-1, src); \ 67 b = vec_ld((offset)-is6tap-1+15, src); \ 74 a = vec_vsx_ld((offset)-is6tap-1, src); \ 86 if (is6tap) { \ 99 int h, int mx, int w, int is6tap) in put_vp8_epel_h_altivec_core() argument 113 vec_u8 perm_inner = is6tap ? perm_inner6 : perm_inner4; in put_vp8_epel_h_altivec_core() 119 align_vec0 = vec_lvsl( -is6tap-1, src); in put_vp8_epel_h_altivec_core() 120 align_vec8 = vec_lvsl(8-is6tap-1, src); in put_vp8_epel_h_altivec_core() 177 if (is6tap) { \ 196 int h, int my, int w, int is6tap) in put_vp8_epel_v_altivec_core() argument [all …]
|