Lines Matching defs:stats
133 // lf-stats: 2048
170 + lf_stats_size; // autofilter stats
181 " lf-stats: %ld\n"
276 WebPAuxStats* stats = enc->pic_->stats;
279 stats->PSNR[0] = (float)GetPSNR(sse[0], size);
280 stats->PSNR[1] = (float)GetPSNR(sse[1], size / 4);
281 stats->PSNR[2] = (float)GetPSNR(sse[2], size / 4);
282 stats->PSNR[3] = (float)GetPSNR(sse[0] + sse[1] + sse[2], size * 3 / 2);
286 WebPAuxStats* const stats = enc->pic_->stats;
287 if (stats) {
290 stats->segment_level[i] = enc->dqm_[i].fstrength_;
291 stats->segment_quant[i] = enc->dqm_[i].quant_;
293 stats->residual_bytes[s][i] = enc->residual_bytes_[s][i];
297 stats->coded_size = enc->coded_size_;
299 stats->block_count[i] = enc->block_count_[i];