Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c600 __m128i xq1 = _mm_set1_epi32(xq[1]); in apply_selfguided_restoration_sse4_1() local
633 v_0 = _mm_add_epi32(v_0, _mm_mullo_epi32(xq1, f2_0)); in apply_selfguided_restoration_sse4_1()
636 v_1 = _mm_add_epi32(v_1, _mm_mullo_epi32(xq1, f2_1)); in apply_selfguided_restoration_sse4_1()
Dselfguided_avx2.c650 __m256i xq1 = _mm256_set1_epi32(xq[1]); in apply_selfguided_restoration_avx2() local
688 v_0 = _mm256_add_epi32(v_0, _mm256_mullo_epi32(xq1, f2_0)); in apply_selfguided_restoration_avx2()
691 v_1 = _mm256_add_epi32(v_1, _mm256_mullo_epi32(xq1, f2_1)); in apply_selfguided_restoration_avx2()
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c638 const __m256i xq1 = _mm256_set1_epi32(xq[1]); in av1_highbd_pixel_proj_error_avx2() local
672 const __m256i v1l = _mm256_mullo_epi32(flt1l_subu, xq1); in av1_highbd_pixel_proj_error_avx2()
673 const __m256i v1h = _mm256_mullo_epi32(flt1h_subu, xq1); in av1_highbd_pixel_proj_error_avx2()
Dpickrst_sse4.c638 const __m128i xq1 = _mm_set1_epi32(xq[1]); in av1_highbd_pixel_proj_error_sse4_1() local
679 const __m128i v1l = _mm_mullo_epi32(flt1l_subu, xq1); in av1_highbd_pixel_proj_error_sse4_1()
680 const __m128i v1h = _mm_mullo_epi32(flt1h_subu, xq1); in av1_highbd_pixel_proj_error_sse4_1()
/external/libaom/libaom/av1/encoder/
Dpickrst.c267 int xq1 = xq[1]; in av1_highbd_pixel_proj_error_c() local
277 v += xq1 * v1; in av1_highbd_pixel_proj_error_c()