Home
last modified time | relevance | path

Searched refs:round_const_v (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c47 const __m256i round_const_v = _mm256_set1_epi32( in av1_convolve_2d_sr_avx2() local
150 _mm256_add_epi32(res_a, round_const_v), round_shift_v); in av1_convolve_2d_sr_avx2()
152 _mm256_add_epi32(res_b, round_const_v), round_shift_v); in av1_convolve_2d_sr_avx2()
Djnt_convolve_avx2.c626 const __m256i round_const_v = _mm256_set1_epi32( in av1_dist_wtd_convolve_2d_avx2() local
711 _mm256_add_epi32(res_a, round_const_v), round_shift_v); in av1_dist_wtd_convolve_2d_avx2()
716 _mm256_add_epi32(res_b, round_const_v), round_shift_v); in av1_dist_wtd_convolve_2d_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h97 _mm256_add_epi32(res_a, round_const_v), round_shift_v); \
99 _mm256_add_epi32(res_b, round_const_v), round_shift_v); \
172 _mm256_add_epi32(res_a, round_const_v), round_shift_v); \
177 _mm256_add_epi32(res_b, round_const_v), round_shift_v); \