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

  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 617 const __m128i madd1 = _mm_madd_epi16(d1, d1); local
620 const __m128i sum0 = _mm_add_epi32(madd0, madd1);
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 617 const __m128i madd1 = _mm_madd_epi16(d1, d1); local
620 const __m128i sum0 = _mm_add_epi32(madd0, madd1);
    [all...]

Completed in 46 milliseconds