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

  /external/webp/src/dsp/
dsp.h 180 typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref);
181 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c 840 VP8Metric VP8SSE16x16;
841 VP8Metric VP8SSE8x8;
842 VP8Metric VP8SSE16x8;
843 VP8Metric VP8SSE4x4;

Completed in 41 milliseconds