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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 27 #define WEBP_MSC_SSE2 // Visual C++ SSE2 targets
30 #if defined(__SSE2__) || defined(WEBP_MSC_SSE2)
  /external/webp/src/dsp/
dsp.h 44 #define WEBP_MSC_SSE2 // Visual C++ SSE2 targets
56 #if defined(__SSE2__) || defined(WEBP_MSC_SSE2) || defined(WEBP_HAVE_SSE2)

Completed in 46 milliseconds