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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 74 typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref);
75 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
  /external/webp/src/dsp/
dsp.h 150 typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref);
151 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;

Completed in 36 milliseconds