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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 531 } DistoStats;
532 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst);
535 int W, int H, DistoStats* const stats);
536 double VP8SSIMGet(const DistoStats* const stats);
537 double VP8SSIMGetSquaredError(const DistoStats* const stats);
  /external/webp/src/enc/
vp8enci.h 484 } DistoStats;
485 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst);
488 int W, int H, DistoStats* const stats);
489 double VP8SSIMGet(const DistoStats* const stats);
490 double VP8SSIMGetSquaredError(const DistoStats* const stats);

Completed in 61 milliseconds