Searched refs:w_0 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | enc_sse41.c | 132 const __m128i w_0 = _mm_loadu_si128((const __m128i*)&w[0]); in TTransform_SSE41() local 157 A_b0 = _mm_madd_epi16(A_b0, w_0); in TTransform_SSE41() 159 B_b0 = _mm_madd_epi16(B_b0, w_0); in TTransform_SSE41()
|
D | enc_sse2.c | 1153 const __m128i w_0 = _mm_loadu_si128((const __m128i*)&w[0]); in TTransform_SSE2() local 1184 A_b0 = _mm_madd_epi16(A_b0, w_0); in TTransform_SSE2() 1186 B_b0 = _mm_madd_epi16(B_b0, w_0); in TTransform_SSE2()
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 643 const __m128i w_0 = _mm_srai_epi32(_mm_add_epi32(v_0, rounding), in av1_apply_selfguided_restoration_sse4_1() local 650 const __m128i tmp = _mm_packus_epi32(w_0, w_1); in av1_apply_selfguided_restoration_sse4_1() 656 const __m128i tmp = _mm_packs_epi32(w_0, w_1); in av1_apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 696 const __m256i w_0 = _mm256_srai_epi32( in av1_apply_selfguided_restoration_avx2() local 705 const __m256i tmp = _mm256_packus_epi32(w_0, w_1); in av1_apply_selfguided_restoration_avx2() 714 const __m256i tmp = _mm256_packs_epi32(w_0, w_1); in av1_apply_selfguided_restoration_avx2()
|