Searched refs:mm256_dqcoeff (Results 1 – 1 of 1) sorted by relevance
29 __m256i mm256_dqcoeff = _mm256_loadu_si256((__m256i *)(dqcoeff + i)); in av1_highbd_block_error_avx2() local32 __m256i diff1 = _mm256_sub_epi32(mm256_coeff, mm256_dqcoeff); in av1_highbd_block_error_avx2()