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

  /external/webp/src/enc/
filter.c 113 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst) {
125 DistoStats* const stats) {
147 double VP8SSIMGet(const DistoStats* const stats) {
168 double VP8SSIMGetSquaredError(const DistoStats* const s) {
182 int W, int H, DistoStats* const stats) {
193 DistoStats s = { .0, .0, .0, .0, .0, .0 };
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);
picture_psnr.c 66 DistoStats stats[5];

Completed in 31 milliseconds