Searched refs:comp_avg_res_hi (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_convolve_2d_sse4.c | 86 const __m128i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local 93 &comp_avg_res_hi, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 138 const __m128i comp_avg_res_hi = highbd_comp_avg_sse4_1( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local 144 &comp_avg_res_hi, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 400 const __m128i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_2d_sse4_1() local 408 highbd_convolve_rounding_sse2(&comp_avg_res_hi, &offset_const, in av1_highbd_dist_wtd_convolve_2d_sse4_1()
|
D | highbd_jnt_convolve_avx2.c | 89 const __m256i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local 96 &comp_avg_res_hi, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_2d_copy_avx2() 193 const __m256i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local 201 highbd_convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_highbd_dist_wtd_convolve_2d_copy_avx2() 421 const __m256i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_2d_avx2() local 429 highbd_convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_highbd_dist_wtd_convolve_2d_avx2() 602 const __m256i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_x_avx2() local 609 &comp_avg_res_hi, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_x_avx2() 816 const __m256i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_y_avx2() local 824 highbd_convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_highbd_dist_wtd_convolve_y_avx2()
|
D | jnt_convolve_avx2.c | 364 const __m256i comp_avg_res_hi = comp_avg( in av1_dist_wtd_convolve_y_avx2() local 372 convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_dist_wtd_convolve_y_avx2() 543 const __m256i comp_avg_res_hi = comp_avg( in av1_dist_wtd_convolve_y_avx2() local 551 convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_dist_wtd_convolve_y_avx2()
|
D | highbd_jnt_convolve_sse4.c | 367 const __m128i comp_avg_res_hi = in av1_highbd_dist_wtd_convolve_x_sse4_1() local 374 &comp_avg_res_hi, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_x_sse4_1()
|
D | convolve_2d_sse2.c | 419 const __m128i comp_avg_res_hi = comp_avg( in av1_dist_wtd_convolve_2d_copy_sse2() local 423 &comp_avg_res_hi, &offset_const, &rounding_const, rounding_shift); in av1_dist_wtd_convolve_2d_copy_sse2()
|