Home | History | Annotate | Download | only in dsp

Lines Matching full:efgh

993   const __m128i efgh = _mm_avg_epu8(avg2, XABCD);
995 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( efgh ));
997 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(efgh, 1)));