Searched refs:inA (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Ddsp_sse2.c497 static int TTransformSSE2(const uint8_t* inA, const uint8_t* inB, argument
507 const __m128i inA_0 = _mm_loadl_epi64((__m128i*)&inA[BPS * 0]);
508 const __m128i inA_1 = _mm_loadl_epi64((__m128i*)&inA[BPS * 1]);
509 const __m128i inA_2 = _mm_loadl_epi64((__m128i*)&inA[BPS * 2]);
510 const __m128i inA_3 = _mm_loadl_epi64((__m128i*)&inA[BPS * 3]);
516 // Combine inA and inB (we'll do two transforms in parallel).
611 // Separate the transforms of inA and inB.

Completed in 37 milliseconds