Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dhighbd_jnt_convolve_avx2.c93 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
95 const __m256i round_result_hi = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
144 const __m256i round_result = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
198 highbd_convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
201 highbd_convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
376 const __m256i round_result = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_avx2()
426 highbd_convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_highbd_dist_wtd_convolve_2d_avx2()
429 highbd_convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_highbd_dist_wtd_convolve_2d_avx2()
561 const __m256i round_result = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_x_avx2()
606 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_x_avx2()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h428 static INLINE __m256i highbd_convolve_rounding( in highbd_convolve_rounding() function