Home
last modified time | relevance | path

Searched refs:dqcoeff_256 (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
33 dqcoeff_256 = load_tran_low(dqcoeff); in vp9_block_error_avx2()
35 dqcoeff_256 = _mm256_sub_epi16(dqcoeff_256, coeff_256); in vp9_block_error_avx2()
37 dqcoeff_256 = _mm256_madd_epi16(dqcoeff_256, dqcoeff_256); in vp9_block_error_avx2()
41 dqcoeff_hi = _mm256_srli_si256(dqcoeff_256, 8); in vp9_block_error_avx2()
44 dqcoeff_256 = _mm256_add_epi32(dqcoeff_256, dqcoeff_hi); in vp9_block_error_avx2()
47 sse_256 = _mm256_unpacklo_epi32(dqcoeff_256, zero); in vp9_block_error_avx2()