Searched refs:VP8DistoStats (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | ssim.c | 31 const VP8DistoStats* const stats, uint32_t N /*num samples*/) { in SSIMCalculation() 55 double VP8SSIMFromStats(const VP8DistoStats* const stats) { in VP8SSIMFromStats() 59 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats) { in VP8SSIMFromStatsClipped() 66 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 }; in SSIMGetClipped_C() 95 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 }; in SSIMGet_C()
|
D | dsp.h | 337 } VP8DistoStats; typedef 341 double VP8SSIMFromStats(const VP8DistoStats* const stats); 342 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats);
|
D | ssim_sse2.c | 127 VP8DistoStats stats; in SSIMGet_SSE2()
|