OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DistoStats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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
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);
Completed in 75 milliseconds