Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c124 stats->pcnt_inter, in output_stats()
163 section->pcnt_inter = 0.0; in zero_stats()
191 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
217 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
1052 fps.pcnt_inter = (double)intercount / num_mbs; in vp9_first_pass()
1104 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()
1362 modified_pct_inter = frame->pcnt_inter; in get_sr_decay_rate()
1365 modified_pct_inter = frame->pcnt_inter - frame->pcnt_neutral; in get_sr_decay_rate()
1383 const double zero_motion_pct = frame->pcnt_inter - in get_zero_motion_factor()
1395 (0.95 * pow((next_frame->pcnt_inter - next_frame->pcnt_motion), in get_prediction_decay_rate()
[all …]
Dvp9_firstpass.h50 double pcnt_inter; member
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c154 stats->pcnt_inter, in output_stats()
179 section->pcnt_inter = 0.0; in zero_stats()
201 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
223 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
247 section->pcnt_inter /= section->count; in avg_stats()
813 fps.pcnt_inter = 0.0; in vp8_first_pass()
825 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs; in vp8_first_pass()
861 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) && in vp8_first_pass()
924 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost()
1425 prediction_decay_rate = next_frame->pcnt_inter; in get_prediction_decay_rate()
[all …]
Donyx_int.h104 double pcnt_inter; member