Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Djnt_convolve_avx2.c214 const __m256i offset_const_2 = _mm256_set1_epi16((1 << offset_0)); in av1_dist_wtd_convolve_y_avx2() local
292 _mm256_add_epi16(res_lo_round, offset_const_2); in av1_dist_wtd_convolve_y_avx2()
350 _mm256_add_epi16(res_hi_round, offset_const_2); in av1_dist_wtd_convolve_y_avx2()
471 _mm256_add_epi16(res_lo_round, offset_const_2); in av1_dist_wtd_convolve_y_avx2()
529 _mm256_add_epi16(res_hi_round, offset_const_2); in av1_dist_wtd_convolve_y_avx2()