Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c50 const __m128i round_shift_v = _mm_cvtsi32_si128(bits); 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.c629 const __m128i round_shift_v = _mm_cvtsi32_si128(conv_params->round_1); 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); \