Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c2155 FIRSTPASS_STATS sectionstats; in define_gf_group() local
2158 zero_stats(&sectionstats); in define_gf_group()
2163 accumulate_stats(&sectionstats, &next_frame); in define_gf_group()
2166 avg_stats(&sectionstats); in define_gf_group()
2169 (unsigned int)(sectionstats.intra_error / in define_gf_group()
2170 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error)); in define_gf_group()
2172 Ratio = sectionstats.intra_error / in define_gf_group()
2173 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group()
2784 FIRSTPASS_STATS sectionstats; in find_next_key_frame() local
2787 zero_stats(&sectionstats); in find_next_key_frame()
[all …]