Searched defs:sectionstats (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c2330 FIRSTPASS_STATS sectionstats; local
2333 zero_stats(&sectionstats);
2339 accumulate_stats(&sectionstats, &next_frame);
2342 avg_stats(&sectionstats);
2345 (sectionstats.intra_error /
2346 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error));
2348 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error);
3006 FIRSTPASS_STATS sectionstats; local
3009 zero_stats(&sectionstats);
[all...]

Completed in 2469 milliseconds