Lines Matching refs:avx2
44 decl_fpel_func(avg, 32, _16, avx2);
45 decl_fpel_func(avg, 64, _16, avx2);
46 decl_fpel_func(avg, 128, _16, avx2);
53 decl_ipred_fn(dl, 16, 16, avx2);
54 decl_ipred_fn(dl, 32, 16, avx2);
55 decl_ipred_fn(dr, 16, 16, avx2);
56 decl_ipred_fn(dr, 32, 16, avx2);
57 decl_ipred_fn(vl, 16, 16, avx2);
58 decl_ipred_fn(hd, 16, 16, avx2);
138 init_fpel_func(2, 1, 32, avg, _16, avx2);
139 init_fpel_func(1, 1, 64, avg, _16, avx2);
140 init_fpel_func(0, 1, 128, avg, _16, avx2);
141 init_ipred_func(dl, DIAG_DOWN_LEFT, 16, 16, avx2);
142 init_ipred_func(dl, DIAG_DOWN_LEFT, 32, 16, avx2);
143 init_ipred_func(dr, DIAG_DOWN_RIGHT, 16, 16, avx2);
144 init_ipred_func(vl, VERT_LEFT, 16, 16, avx2);
145 init_ipred_func(hd, HOR_DOWN, 16, 16, avx2);
147 init_ipred_func(dr, DIAG_DOWN_RIGHT, 32, 16, avx2);