Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/sharpyuv/
H A Dsharpyuv_neon.c87 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYuvFilterRow16_NEON() local
107 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYuvFilterRow16_NEON() local
128 const int32x4_t a0a1b0b1 = vaddq_s32(a0b1, a1b0); // A0+A1+B0+B1 in SharpYuvFilterRow32_NEON() local
147 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYuvFilterRow32_NEON() local
H A Dsharpyuv_sse2.c91 const __m128i a0a1b0b1 = _mm_add_epi16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYuvFilterRow16_SSE2() local
118 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYuvFilterRow16_SSE2() local
145 const __m128i a0a1b0b1 = _mm_add_epi32(a0b1, a1b0); // A0+A1+B0+B1 in SharpYuvFilterRow32_SSE2() local
168 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYuvFilterRow32_SSE2() local