Home
last modified time | relevance | path

Searched defs:a1b0 (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
Dyuv_sse2.c820 const __m128i a1b0 = _mm_add_epi16(a1, b0); in SharpYUVFilterRow_SSE2() local
847 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_SSE2() local