Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dssim.c31 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()
Ddsp.h337 } VP8DistoStats; typedef
341 double VP8SSIMFromStats(const VP8DistoStats* const stats);
342 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats);
Dssim_sse2.c127 VP8DistoStats stats; in SSIMGet_SSE2()