HomeSort by relevance Sort by last modified time
    Searched refs:lsb1 (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
dec_sse2.c 967 const __m128i lsb1 = _mm_and_si128(_mm_xor_si128(avg1, avg2), one); local
    [all...]
enc_sse2.c 804 const __m128i lsb1 = _mm_and_si128(_mm_xor_si128(avg1, avg2), one); local
808 const __m128i lsb2 = _mm_and_si128(abbc, lsb1);
    [all...]

Completed in 4856 milliseconds