Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2162 FIRSTPASS_STATS sectionstats; in define_gf_group() local
2165 zero_stats(&sectionstats); in define_gf_group()
2170 accumulate_stats(&sectionstats, &next_frame); in define_gf_group()
2173 avg_stats(&sectionstats); in define_gf_group()
2176 (unsigned int)(sectionstats.intra_error / in define_gf_group()
2177 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error)); in define_gf_group()
2179 Ratio = sectionstats.intra_error / in define_gf_group()
2180 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group()
2791 FIRSTPASS_STATS sectionstats; in find_next_key_frame() local
2794 zero_stats(&sectionstats); in find_next_key_frame()
[all …]