Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c620 __m128i v_0 = _mm_slli_epi32(u_0, SGRPROJ_PRJ_BITS); in apply_selfguided_restoration_sse4_1() local
625 v_0 = _mm_add_epi32(v_0, _mm_mullo_epi32(xq0, f1_0)); in apply_selfguided_restoration_sse4_1()
633 v_0 = _mm_add_epi32(v_0, _mm_mullo_epi32(xq1, f2_0)); in apply_selfguided_restoration_sse4_1()
641 const __m128i w_0 = _mm_srai_epi32(_mm_add_epi32(v_0, rounding), in apply_selfguided_restoration_sse4_1()
Dselfguided_avx2.c675 __m256i v_0 = _mm256_slli_epi32(u_0, SGRPROJ_PRJ_BITS); in apply_selfguided_restoration_avx2() local
680 v_0 = _mm256_add_epi32(v_0, _mm256_mullo_epi32(xq0, f1_0)); in apply_selfguided_restoration_avx2()
688 v_0 = _mm256_add_epi32(v_0, _mm256_mullo_epi32(xq1, f2_0)); in apply_selfguided_restoration_avx2()
697 _mm256_add_epi32(v_0, rounding), SGRPROJ_PRJ_BITS + SGRPROJ_RST_BITS); in apply_selfguided_restoration_avx2()