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

  /external/webp/src/enc/
vp8enci.h 528 } DistoStats;
529 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst);
532 int W, int H, DistoStats* const stats);
533 double VP8SSIMGet(const DistoStats* const stats);
534 double VP8SSIMGetSquaredError(const DistoStats* const stats);
filter.c 239 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst) {
251 DistoStats* const stats) {
273 double VP8SSIMGet(const DistoStats* const stats) {
294 double VP8SSIMGetSquaredError(const DistoStats* const s) {
308 int W, int H, DistoStats* const stats) {
319 DistoStats s = { .0, .0, .0, .0, .0, .0 };
picture.c 963 DistoStats stats[5];
    [all...]

Completed in 1084 milliseconds