Searched defs:a1b0 (Results 1 – 2 of 2) sorted by relevance
241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
820 const __m128i a1b0 = _mm_add_epi16(a1, b0); in SharpYUVFilterRow_SSE2() local847 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_SSE2() local
Completed in 6 milliseconds