Home
last modified time | relevance | path

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

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