Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c103 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats()
133 section->pcnt_motion = 0.0; in zero_stats()
164 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats()
193 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats()
768 fps->pcnt_motion = (double)(fp_acc_data->mvcount) / num_mbs; in first_pass_stat_calc()
777 fps->pcnt_motion = 0.0; in first_pass_stat_calc()
1759 frame->pcnt_motion * in get_sr_decay_rate()
1785 frame_stats->pcnt_inter - frame_stats->pcnt_motion; in get_zero_motion_factor()
1796 (0.95 * pow((frame_stats->pcnt_inter - frame_stats->pcnt_motion), in get_prediction_decay_rate()
1821 if (stats->pcnt_inter - stats->pcnt_motion < 0.999) break; in check_transition_to_still()
[all …]
Dvp9_firstpass.h89 double pcnt_motion; member
/external/libaom/libaom/av1/encoder/
Dfirstpass.c75 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()
794 fps.pcnt_motion = (double)stats->mv_count / num_mbs; in update_firstpass_stats()
804 fps.pcnt_motion = 0.0; in update_firstpass_stats()
Dfirstpass.h54 double pcnt_motion; member
Dpass2_strategy.c126 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats()
267 frame->pcnt_motion * ((frame->mvc_abs + frame->mvr_abs) / 2); in get_sr_decay_rate()
289 const double zero_motion_pct = frame->pcnt_inter - frame->pcnt_motion; in get_zero_motion_factor()
300 (0.95 * pow((next_frame->pcnt_inter - next_frame->pcnt_motion), in get_prediction_decay_rate()
327 if (stats->pcnt_inter - stats->pcnt_motion < 0.999) break; in detect_transition_to_still()
354 const double pct = stats->pcnt_motion; in accumulate_frame_motion_stats()
2308 zero_motion_accumulator = next_frame.pcnt_inter - next_frame.pcnt_motion; in find_next_key_frame()
2391 (twopass->stats_in - 1)->pcnt_motion == in is_skippable_frame()
2394 (twopass->stats_in - 2)->pcnt_motion == in is_skippable_frame()
2396 twopass->stats_in->pcnt_inter - twopass->stats_in->pcnt_motion == 1); in is_skippable_frame()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c137 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats()
152 section->pcnt_motion = 0.0; in zero_stats()
173 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats()
194 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats()
218 section->pcnt_motion /= section->count; in avg_stats()
759 fps.pcnt_motion = 0.0; in vp8_first_pass()
786 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs; in vp8_first_pass()
861 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost()
1338 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate()
1456 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
Donyx_int.h101 double pcnt_motion; member