Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c43 const __m256i sum_round_v = _mm256_set1_epi32( 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); \