Searched refs:convolve_rounding (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | jnt_convolve_avx2.c | 105 const __m256i round_result = convolve_rounding( in av1_dist_wtd_convolve_x_avx2() 160 const __m256i round_result = convolve_rounding( in av1_dist_wtd_convolve_x_avx2() 302 const __m256i round_result = convolve_rounding( in av1_dist_wtd_convolve_y_avx2() 368 convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_dist_wtd_convolve_y_avx2() 372 convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_dist_wtd_convolve_y_avx2() 481 const __m256i round_result = convolve_rounding( in av1_dist_wtd_convolve_y_avx2() 547 convolve_rounding(&comp_avg_res_lo, &offset_const, in av1_dist_wtd_convolve_y_avx2() 551 convolve_rounding(&comp_avg_res_hi, &offset_const, in av1_dist_wtd_convolve_y_avx2() 727 const __m256i round_result = convolve_rounding( in av1_dist_wtd_convolve_2d_avx2() 758 const __m256i round_result = convolve_rounding( in av1_dist_wtd_convolve_2d_avx2() [all …]
|
D | jnt_convolve_sse2.c | 82 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_x_sse2() 139 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_x_sse2() 230 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_y_sse2() 259 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_y_sse2() 336 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_y_sse2() 365 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_y_sse2() 599 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_2d_sse2()
|
D | convolve_2d_sse2.c | 416 const __m128i round_result_lo = convolve_rounding( in av1_dist_wtd_convolve_2d_copy_sse2() 422 const __m128i round_result_hi = convolve_rounding( in av1_dist_wtd_convolve_2d_copy_sse2() 453 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_2d_copy_sse2()
|
D | jnt_convolve_ssse3.c | 215 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_2d_ssse3()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | convolve_avx2.h | 187 const __m256i round_result = convolve_rounding( \ 216 const __m256i round_result = convolve_rounding( \ 400 static INLINE __m256i convolve_rounding(const __m256i *const res_unsigned, in convolve_rounding() function
|
D | convolve_sse2.h | 101 static INLINE __m128i convolve_rounding(const __m128i *const res_unsigned, in convolve_rounding() function
|