Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dyuv_sse2.c810 const __m128i a0a1b0b1 = _mm_add_epi16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_SSE2() local
811 const __m128i a0a1b0b1_8 = _mm_add_epi16(a0a1b0b1, kCst8); in SharpYUVFilterRow_SSE2()
837 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_SSE2() local
838 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_SSE2()
839 const int v1 = (8 * A[i + 1] + 2 * a0b1 + a0a1b0b1) >> 4; in SharpYUVFilterRow_SSE2()