Lines Matching refs:avx2

70 IDCT_DC_FUNCS(16x16, avx2);
71 IDCT_DC_FUNCS(32x32, avx2);
249 mc_rep_mixs_8(pel_pixels, 48, 32, 16, avx2, sse4)
250 mc_rep_mixs_8(epel_hv, 48, 32, 16, avx2, sse4)
251 mc_rep_mixs_8(epel_h , 48, 32, 16, avx2, sse4)
252 mc_rep_mixs_8(epel_v , 48, 32, 16, avx2, sse4)
254 mc_rep_mix_10(pel_pixels, 24, 16, 8, avx2, sse4, 32)
255 mc_bi_rep_mix_10(pel_pixels,24, 16, 8, avx2, sse4, 32)
256 mc_rep_mixs_10(epel_hv, 24, 16, 8, avx2, sse4, 32)
257 mc_rep_mixs_10(epel_h , 24, 16, 8, avx2, sse4, 32)
258 mc_rep_mixs_10(epel_v , 24, 16, 8, avx2, sse4, 32)
261 mc_rep_mixs_10(qpel_h , 24, 16, 8, avx2, sse4, 32)
262 mc_rep_mixs_10(qpel_v , 24, 16, 8, avx2, sse4, 32)
263 mc_rep_mixs_10(qpel_hv, 24, 16, 8, avx2, sse4, 32)
266 mc_rep_uni_func(pel_pixels, 8, 64, 128, avx2)//used for 10bit
267 mc_rep_uni_func(pel_pixels, 8, 32, 96, avx2) //used for 10bit
269 mc_rep_funcs(pel_pixels, 8, 32, 64, avx2)
271 mc_rep_func(pel_pixels, 10, 16, 32, avx2)
272 mc_rep_func(pel_pixels, 10, 16, 48, avx2)
273 mc_rep_func(pel_pixels, 10, 32, 64, avx2)
275 mc_rep_bi_func(pel_pixels, 10, 16, 32, avx2)
276 mc_rep_bi_func(pel_pixels, 10, 16, 48, avx2)
277 mc_rep_bi_func(pel_pixels, 10, 32, 64, avx2)
279 mc_rep_funcs(epel_h, 8, 32, 64, avx2)
281 mc_rep_funcs(epel_v, 8, 32, 64, avx2)
283 mc_rep_funcs(epel_h, 10, 16, 32, avx2)
284 mc_rep_funcs(epel_h, 10, 16, 48, avx2)
285 mc_rep_funcs(epel_h, 10, 32, 64, avx2)
287 mc_rep_funcs(epel_v, 10, 16, 32, avx2)
288 mc_rep_funcs(epel_v, 10, 16, 48, avx2)
289 mc_rep_funcs(epel_v, 10, 32, 64, avx2)
292 mc_rep_funcs(epel_hv, 8, 32, 64, avx2)
294 mc_rep_funcs(epel_hv, 10, 16, 32, avx2)
295 mc_rep_funcs(epel_hv, 10, 16, 48, avx2)
296 mc_rep_funcs(epel_hv, 10, 32, 64, avx2)
298 mc_rep_funcs(qpel_h, 8, 32, 64, avx2)
299 mc_rep_mixs_8(qpel_h , 48, 32, 16, avx2, sse4)
301 mc_rep_funcs(qpel_v, 8, 32, 64, avx2)
302 mc_rep_mixs_8(qpel_v, 48, 32, 16, avx2, sse4)
304 mc_rep_funcs(qpel_h, 10, 16, 32, avx2)
305 mc_rep_funcs(qpel_h, 10, 16, 48, avx2)
306 mc_rep_funcs(qpel_h, 10, 32, 64, avx2)
308 mc_rep_funcs(qpel_v, 10, 16, 32, avx2)
309 mc_rep_funcs(qpel_v, 10, 16, 48, avx2)
310 mc_rep_funcs(qpel_v, 10, 32, 64, avx2)
312 mc_rep_funcs(qpel_hv, 10, 16, 32, avx2)
313 mc_rep_funcs(qpel_hv, 10, 16, 48, avx2)
314 mc_rep_funcs(qpel_hv, 10, 32, 64, avx2)
648 SAO_BAND_FILTER_FUNCS(8, avx2)
649 SAO_BAND_FILTER_FUNCS(10, avx2)
650 SAO_BAND_FILTER_FUNCS(12, avx2)
673 SAO_EDGE_FILTER_FUNCS(8, avx2)
675 SAO_EDGE_FILTER_FUNCS(10, avx2)
677 SAO_EDGE_FILTER_FUNCS(12, avx2)
870 SAO_BAND_INIT(8, avx2);
1096 SAO_BAND_INIT(10, avx2);
1097 SAO_EDGE_INIT(10, avx2);
1151 SAO_BAND_INIT(12, avx2);
1152 SAO_EDGE_INIT(12, avx2);