Home
last modified time | relevance | path

Searched refs:convolve_rounding (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Djnt_convolve_avx2.c105 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 …]
Djnt_convolve_sse2.c82 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()
Dconvolve_2d_sse2.c416 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()
Djnt_convolve_ssse3.c215 const __m128i round_result = convolve_rounding( in av1_dist_wtd_convolve_2d_ssse3()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h187 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
Dconvolve_sse2.h101 static INLINE __m128i convolve_rounding(const __m128i *const res_unsigned, in convolve_rounding() function