Searched refs:a0b1 (Results 1 – 3 of 3) sorted by relevance
808 const __m128i a0b1 = _mm_add_epi16(a0, b1); in SharpYUVFilterRow_SSE2() local810 const __m128i a0a1b0b1 = _mm_add_epi16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_SSE2()812 const __m128i a0b1_2 = _mm_add_epi16(a0b1, a0b1); // 2*(A0+B1) in SharpYUVFilterRow_SSE2()835 const int a0b1 = A[i + 0] + B[i + 1]; in SharpYUVFilterRow_SSE2() local837 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_SSE2()839 const int v1 = (8 * A[i + 1] + 2 * a0b1 + a0a1b0b1) >> 4; in SharpYUVFilterRow_SSE2()
3156 a0b1 6 900 39
1824 a0b1 12 614 34