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