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 117 typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref);
118 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c 680 VP8Metric VP8SSE16x16;
681 VP8Metric VP8SSE8x8;
682 VP8Metric VP8SSE16x8;
683 VP8Metric VP8SSE4x4;

Completed in 38 milliseconds