Home
last modified time | relevance | path

Searched refs:highbd_comp_avg (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_jnt_convolve_avx2.c82 highbd_comp_avg(&data_ref_0_lo, &res_unsigned_lo, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
90 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
141 highbd_comp_avg(&data_ref_0, &res_unsigned_lo, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
186 highbd_comp_avg(&data_ref_0_lo, &res_unsigned_lo, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
194 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
373 highbd_comp_avg(&data_ref_0, &res_unsigned_lo, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_avx2()
419 highbd_comp_avg(&data_ref_0_lo, &res_unsigned_lo, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_avx2()
422 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_avx2()
558 const __m256i comp_avg_res = highbd_comp_avg( in av1_highbd_dist_wtd_convolve_x_avx2()
600 highbd_comp_avg(&data_ref_0_lo, &res_unsigned_lo, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_x_avx2()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h410 static INLINE __m256i highbd_comp_avg(const __m256i *const data_ref_0, in highbd_comp_avg() function