Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h25 double pcnt_motion; member
Dvp9_firstpass.c144 stats->pcnt_motion, in output_stats()
169 section->pcnt_motion = 0.0; in zero_stats()
194 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats()
217 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats()
243 section->pcnt_motion /= section->count; in avg_stats()
812 fps.pcnt_motion = (double)mvcount / cm->MBs; in vp9_first_pass()
822 fps.pcnt_motion = 0.0; in vp9_first_pass()
1080 if (tmp_next_frame.pcnt_inter - tmp_next_frame.pcnt_motion < 0.999) in detect_transition_to_still()
1128 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
1500 if ((next_frame.pcnt_inter - next_frame.pcnt_motion) < in define_gf_group()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c155 stats->pcnt_motion, in output_stats()
180 section->pcnt_motion = 0.0; in zero_stats()
202 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats()
224 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats()
250 section->pcnt_motion /= section->count; in avg_stats()
813 fps.pcnt_motion = 0.0; in vp8_first_pass()
839 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs; in vp8_first_pass()
924 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost()
1422 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate()
1554 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
Donyx_int.h108 double pcnt_motion; member