Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A 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
A 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

Completed in 6 milliseconds