Searched refs:round_shift_v (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | convolve_2d_avx2.c | 50 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()
|
D | jnt_convolve_avx2.c | 629 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/ |
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); \
|