Home
last modified time | relevance | path

Searched refs:sum_shift_v (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c45 const __m128i sum_shift_v = _mm_cvtsi32_si128(conv_params->round_1); in av1_convolve_2d_sr_avx2() local
145 _mm256_sra_epi32(_mm256_add_epi32(res_a, sum_round_v), sum_shift_v); in av1_convolve_2d_sr_avx2()
147 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); in av1_convolve_2d_sr_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h92 _mm256_sra_epi32(_mm256_add_epi32(res_a, sum_round_v), sum_shift_v); \
94 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); \