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

  /external/webp/src/dsp/
dsp.h 261 } VP8DistoStats;
265 double VP8SSIMFromStats(const VP8DistoStats* const stats);
266 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats);
enc.c 703 const VP8DistoStats* const stats, uint32_t N /*num samples*/) {
727 double VP8SSIMFromStats(const VP8DistoStats* const stats) {
731 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats) {
738 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 };
767 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 };
enc_sse2.c     [all...]

Completed in 54 milliseconds