Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_avx2.c659 __m256i ep_0, ep_1; in apply_selfguided_restoration_avx2() local
664 ep_0 = _mm256_cvtepu16_epi32(src_0); in apply_selfguided_restoration_avx2()
668 ep_0 = _mm256_cvtepu8_epi32(src_0); in apply_selfguided_restoration_avx2()
672 const __m256i u_0 = _mm256_slli_epi32(ep_0, SGRPROJ_RST_BITS); in apply_selfguided_restoration_avx2()