Searched refs:pcnt_motion (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 102 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats() 257 frame->pcnt_motion * ((frame->mvc_abs + frame->mvr_abs) / 2); in get_sr_decay_rate() 279 const double zero_motion_pct = frame->pcnt_inter - frame->pcnt_motion; in get_zero_motion_factor() 290 (0.95 * pow((next_frame->pcnt_inter - next_frame->pcnt_motion), in get_prediction_decay_rate() 319 if (stats->pcnt_inter - stats->pcnt_motion < 0.999) break; in detect_transition_to_still() 351 const double pct = stats->pcnt_motion; in accumulate_frame_motion_stats() 1391 zero_motion_accumulator = next_frame.pcnt_inter - next_frame.pcnt_motion; in find_next_key_frame() 1479 (twopass->stats_in - 1)->pcnt_motion == in is_skippable_frame() 1482 (twopass->stats_in - 2)->pcnt_motion == in is_skippable_frame() 1484 twopass->stats_in->pcnt_inter - twopass->stats_in->pcnt_motion == 1); in is_skippable_frame()
|
D | firstpass.c | 75 stats->sr_coded_error, stats->pcnt_inter, stats->pcnt_motion, in output_stats() 94 section->pcnt_motion = 0.0; in av1_twopass_zero_stats() 121 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats() 787 fps.pcnt_motion = (double)mvcount / num_mbs; in av1_first_pass() 797 fps.pcnt_motion = 0.0; in av1_first_pass()
|
D | firstpass.h | 52 double pcnt_motion; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 110 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats() 140 section->pcnt_motion = 0.0; in zero_stats() 171 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats() 200 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats() 767 fps->pcnt_motion = (double)(fp_acc_data->mvcount) / num_mbs; in first_pass_stat_calc() 776 fps->pcnt_motion = 0.0; in first_pass_stat_calc() 1759 frame->pcnt_motion * ((frame->mvc_abs + frame->mvr_abs) / in get_sr_decay_rate() 1783 const double zero_motion_pct = frame->pcnt_inter - frame->pcnt_motion; in get_zero_motion_factor() 1794 (0.95 * pow((next_frame->pcnt_inter - next_frame->pcnt_motion), in get_prediction_decay_rate() 1823 if (stats->pcnt_inter - stats->pcnt_motion < 0.999) break; in detect_transition_to_still() [all …]
|
D | vp9_firstpass.h | 87 double pcnt_motion; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 139 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats() 154 section->pcnt_motion = 0.0; in zero_stats() 175 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats() 196 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats() 220 section->pcnt_motion /= section->count; in avg_stats() 764 fps.pcnt_motion = 0.0; in vp8_first_pass() 791 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs; in vp8_first_pass() 866 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost() 1344 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate() 1465 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
|
D | onyx_int.h | 98 double pcnt_motion; member
|