Lines Matching refs:avx
42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
128 init_ipred_funcs(dl, DIAG_DOWN_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
129 init_ipred_funcs(dr, DIAG_DOWN_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
133 init_ipred_funcs(hd, HOR_DOWN, 16, avx); in ff_vp9dsp_init_16bpp_x86()