Searched refs:comp_avg_res_lo (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_convolve_2d_sse4.c | 78 const __m128i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local 91 &comp_avg_res_lo, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 136 const __m128i comp_avg_res_lo = highbd_comp_avg_sse4_1( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local 142 &comp_avg_res_lo, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 397 const __m128i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_2d_sse4_1() local 405 highbd_convolve_rounding_sse2(&comp_avg_res_lo, &offset_const, in av1_highbd_dist_wtd_convolve_2d_sse4_1()
|
D | highbd_jnt_convolve_avx2.c | 81 const __m256i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local 94 &comp_avg_res_lo, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_2d_copy_avx2() 185 const __m256i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local 198 highbd_convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_highbd_dist_wtd_convolve_2d_copy_avx2() 418 const __m256i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_2d_avx2() local 426 highbd_convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_highbd_dist_wtd_convolve_2d_avx2() 599 const __m256i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_x_avx2() local 607 &comp_avg_res_lo, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_x_avx2() 813 const __m256i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_y_avx2() local 821 highbd_convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_highbd_dist_wtd_convolve_y_avx2()
|
D | jnt_convolve_avx2.c | 361 const __m256i comp_avg_res_lo = comp_avg( in av1_dist_wtd_convolve_y_avx2() local 368 convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_dist_wtd_convolve_y_avx2() 540 const __m256i comp_avg_res_lo = comp_avg( in av1_dist_wtd_convolve_y_avx2() local 547 convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_dist_wtd_convolve_y_avx2()
|
D | highbd_jnt_convolve_sse4.c | 364 const __m128i comp_avg_res_lo = in av1_highbd_dist_wtd_convolve_x_sse4_1() local 372 &comp_avg_res_lo, &offset_const, &rounding_const, rounding_shift); in av1_highbd_dist_wtd_convolve_x_sse4_1()
|
D | convolve_2d_sse2.c | 413 const __m128i comp_avg_res_lo = comp_avg( in av1_dist_wtd_convolve_2d_copy_sse2() local 417 &comp_avg_res_lo, &offset_const, &rounding_const, rounding_shift); in av1_dist_wtd_convolve_2d_copy_sse2()
|