Searched refs:round_const_v (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | convolve_2d_avx2.c | 47 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()
|
D | jnt_convolve_avx2.c | 626 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/ |
D | convolve_avx2.h | 97 _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); \
|