Home | History | Annotate | Download | only in dsp

Lines Matching defs:abcd

987   const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0);
994 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd ));
996 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(abcd, 1)));