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

  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 621 const __m128i madd2 = _mm_madd_epi16(d2, d2); local
624 const __m128i sum1 = _mm_add_epi32(madd2, madd3);
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 621 const __m128i madd2 = _mm_madd_epi16(d2, d2); local
624 const __m128i sum1 = _mm_add_epi32(madd2, madd3);
    [all...]

Completed in 42 milliseconds