Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c1727 FIRSTPASS_STATS sectionstats; in define_gf_group() local
1730 vp8_zero_stats(&sectionstats); in define_gf_group()
1736 vp8_accumulate_stats(&sectionstats, &next_frame); in define_gf_group()
1739 vp8_avg_stats(&sectionstats); in define_gf_group()
1741 if (sectionstats.pcnt_motion < .17) in define_gf_group()
1746 if (sectionstats.mvc_abs + sectionstats.mvr_abs > 45) in define_gf_group()
1751 …cpi->section_intra_rating = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_erro… in define_gf_group()
1753 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group()
2333 FIRSTPASS_STATS sectionstats; in vp8_find_next_key_frame() local
2336 vp8_zero_stats(&sectionstats); in vp8_find_next_key_frame()
[all …]