Home | History | Annotate | Download | only in dsp

Lines Matching refs:inB

606 static int TTransformSSE2(const uint8_t* inA, const uint8_t* inB,
618 const __m128i inB_0 = _mm_loadl_epi64((__m128i*)&inB[BPS * 0]);
619 const __m128i inB_1 = _mm_loadl_epi64((__m128i*)&inB[BPS * 1]);
620 const __m128i inB_2 = _mm_loadl_epi64((__m128i*)&inB[BPS * 2]);
621 const __m128i inB_3 = _mm_loadl_epi64((__m128i*)&inB[BPS * 3]);
623 // Combine inA and inB (we'll do two transforms in parallel).
715 // Separate the transforms of inA and inB.