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

  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 539 } DistoStats;
540 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst);
543 int W, int H, DistoStats* const stats);
544 double VP8SSIMGet(const DistoStats* const stats);
545 double VP8SSIMGetSquaredError(const DistoStats* const stats);
  /external/webp/src/enc/
vp8enci.h 539 } DistoStats;
540 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst);
543 int W, int H, DistoStats* const stats);
544 double VP8SSIMGet(const DistoStats* const stats);
545 double VP8SSIMGetSquaredError(const DistoStats* const stats);

Completed in 94 milliseconds