Searched refs:DistoStats (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | filter.c | 113 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst) { in VP8SSIMAddStats() 125 DistoStats* const stats) { in VP8SSIMAccumulate() 147 double VP8SSIMGet(const DistoStats* const stats) { in VP8SSIMGet() 168 double VP8SSIMGetSquaredError(const DistoStats* const s) { in VP8SSIMGetSquaredError() 182 int W, int H, DistoStats* const stats) { in VP8SSIMAccumulatePlane() 193 DistoStats s = { .0, .0, .0, .0, .0, .0 }; in GetMBSSIM()
|
D | vp8enci.h | 484 } DistoStats; typedef 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);
|
D | picture_psnr.c | 30 int w, int h, DistoStats* stats) { in AccumulateLSIM() 74 DistoStats stats[5]; in WebPPictureDistortion()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | vp8enci.h | 531 } DistoStats; typedef 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);
|
D | filter.c | 241 void VP8SSIMAddStats(const DistoStats* const src, DistoStats* const dst) { in VP8SSIMAddStats() 253 DistoStats* const stats) { in VP8SSIMAccumulate() 275 double VP8SSIMGet(const DistoStats* const stats) { in VP8SSIMGet() 296 double VP8SSIMGetSquaredError(const DistoStats* const s) { in VP8SSIMGetSquaredError() 310 int W, int H, DistoStats* const stats) { in VP8SSIMAccumulatePlane() 321 DistoStats s = { .0, .0, .0, .0, .0, .0 }; in GetMBSSIM()
|
D | picture.c | 964 DistoStats stats[5]; in WebPPictureDistortion()
|