Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h48 double pcnt_motion; member
Dvp9_firstpass.c130 stats->pcnt_motion, in output_stats()
165 section->pcnt_motion = 0.0; in zero_stats()
189 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats()
211 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats()
851 fps.pcnt_motion = (double)mvcount / cm->MBs; in vp9_first_pass()
861 fps.pcnt_motion = 0.0; in vp9_first_pass()
1089 frame->pcnt_motion; in get_zero_motion_factor()
1119 if (tmp_next_frame.pcnt_inter - tmp_next_frame.pcnt_motion < 0.999) in detect_transition_to_still()
1155 const double pct = stats->pcnt_motion; in accumulate_frame_motion_stats()
Dvp9_encoder.c1997 (twopass->stats_in - 1)->pcnt_inter - (twopass->stats_in - 1)->pcnt_motion in configure_skippable_frame()
1999 (twopass->stats_in - 2)->pcnt_inter - (twopass->stats_in - 2)->pcnt_motion in configure_skippable_frame()
2001 twopass->stats_in->pcnt_inter - twopass->stats_in->pcnt_motion == 1); in configure_skippable_frame()
/external/libvpx/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()
1421 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate()
1552 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
Donyx_int.h105 double pcnt_motion; member