Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
3008 FIRSTPASS_STATS sectionstats; in find_next_key_frame() local
3011 zero_stats(&sectionstats); in find_next_key_frame()
3017 accumulate_stats(&sectionstats, &next_frame); in find_next_key_frame()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1770 FIRSTPASS_STATS sectionstats; in define_gf_group() local
1772 zero_stats(&sectionstats); in define_gf_group()
1777 accumulate_stats(&sectionstats, &next_frame); in define_gf_group()
1780 avg_stats(&sectionstats); in define_gf_group()
1783 (sectionstats.intra_error / in define_gf_group()
1784 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error)); in define_gf_group()
2082 FIRSTPASS_STATS sectionstats; in find_next_key_frame() local
2084 zero_stats(&sectionstats); in find_next_key_frame()
2089 accumulate_stats(&sectionstats, &next_frame); in find_next_key_frame()
2092 avg_stats(&sectionstats); in find_next_key_frame()
[all …]