Home
last modified time | relevance | path

Searched refs:VP8DistoStats (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Ddsp.h257 } VP8DistoStats; typedef
261 double VP8SSIMFromStats(const VP8DistoStats* const stats);
262 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats);
Denc.c703 const VP8DistoStats* const stats, uint32_t N /*num samples*/) { in SSIMCalculation()
727 double VP8SSIMFromStats(const VP8DistoStats* const stats) { in VP8SSIMFromStats()
731 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats) { in VP8SSIMFromStatsClipped()
738 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 }; in SSIMGetClipped_C()
767 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 }; in SSIMGet_C()
Denc_sse2.c1451 VP8DistoStats stats; in SSIMGet_SSE2()