Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dyuv_neon.c240 const int16x8_t a0b1 = vaddq_s16(a0, b1); in SharpYUVFilterRow_NEON() local
262 const int a0b1 = A[i + 0] + B[i + 1]; in SharpYUVFilterRow_NEON() local
Dyuv_sse2.c819 const __m128i a0b1 = _mm_add_epi16(a0, b1); in SharpYUVFilterRow_SSE2() local
846 const int a0b1 = A[i + 0] + B[i + 1]; in SharpYUVFilterRow_SSE2() local