Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c125 stats->pcnt_motion, in output_stats()
164 section->pcnt_motion = 0.0; in zero_stats()
192 section->pcnt_motion += frame->pcnt_motion; in accumulate_stats()
218 section->pcnt_motion -= frame->pcnt_motion; in subtract_stats()
1070 fps.pcnt_motion = (double)mvcount / num_mbs; in vp9_first_pass()
1080 fps.pcnt_motion = 0.0; in vp9_first_pass()
1360 frame->pcnt_motion * ((frame->mvc_abs + frame->mvr_abs) / 2); in get_sr_decay_rate()
1384 frame->pcnt_motion; in get_zero_motion_factor()
1395 (0.95 * pow((next_frame->pcnt_inter - next_frame->pcnt_motion), in get_prediction_decay_rate()
1426 if (stats->pcnt_inter - stats->pcnt_motion < 0.999) in detect_transition_to_still()
[all …]
Dvp9_firstpass.h51 double pcnt_motion; member
/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()
814 fps.pcnt_motion = 0.0; in vp8_first_pass()
840 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs; in vp8_first_pass()
925 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()
1554 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
Donyx_int.h105 double pcnt_motion; member