Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Djnt_convolve_avx2.c213 const __m256i offset_const_1 = _mm256_set1_epi16(offset_1); in av1_dist_wtd_convolve_y_avx2() local
274 res_lo = _mm256_add_epi16(res_lo, offset_const_1); in av1_dist_wtd_convolve_y_avx2()
332 res_hi = _mm256_add_epi16(res_hi, offset_const_1); in av1_dist_wtd_convolve_y_avx2()
453 res_lo = _mm256_add_epi16(res_lo, offset_const_1); in av1_dist_wtd_convolve_y_avx2()
511 res_hi = _mm256_add_epi16(res_hi, offset_const_1); in av1_dist_wtd_convolve_y_avx2()