Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_avx2.c30 __m256i coeff_256, dqcoeff_256, coeff_hi, dqcoeff_hi; in vp9_block_error_avx2() local
42 coeff_hi = _mm256_srli_si256(coeff_256, 8); in vp9_block_error_avx2()
45 coeff_256 = _mm256_add_epi32(coeff_256, coeff_hi); in vp9_block_error_avx2()