Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c143 stats->pcnt_inter, in output_stats()
168 section->pcnt_inter = 0.0; in zero_stats()
193 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
216 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
240 section->pcnt_inter /= section->count; in avg_stats()
799 fps.pcnt_inter = (double)intercount / cm->MBs; in vp9_first_pass()
840 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()
1053 return MIN(second_ref_decay, next_frame->pcnt_inter); in get_prediction_decay_rate()
1080 if (tmp_next_frame.pcnt_inter - tmp_next_frame.pcnt_motion < 0.999) in detect_transition_to_still()
1110 if (next_frame.pcnt_second_ref > next_frame.pcnt_inter && in detect_flash()
[all …]
Dvp9_firstpass.h24 double pcnt_inter; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c154 stats->pcnt_inter, in output_stats()
179 section->pcnt_inter = 0.0; in zero_stats()
201 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
223 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
247 section->pcnt_inter /= section->count; in avg_stats()
812 fps.pcnt_inter = 0.0; in vp8_first_pass()
824 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs; in vp8_first_pass()
860 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) && in vp8_first_pass()
923 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost()
1426 prediction_decay_rate = next_frame->pcnt_inter; in get_prediction_decay_rate()
[all …]
Donyx_int.h107 double pcnt_inter; member