Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c138 stats->ssim_weighted_pred_err, stats->pcnt_inter, in output_stats()
153 section->pcnt_inter = 0.0; in zero_stats()
174 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
195 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
217 section->pcnt_inter /= section->count; in avg_stats()
763 fps.pcnt_inter = 0.0; in vp8_first_pass()
775 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs; in vp8_first_pass()
809 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) && in vp8_first_pass()
865 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost()
1350 prediction_decay_rate = next_frame->pcnt_inter; in get_prediction_decay_rate()
[all …]
Donyx_int.h97 double pcnt_inter; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c112 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()
142 section->pcnt_inter = 0.0; in zero_stats()
173 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
202 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
757 fps->pcnt_inter = (double)(fp_acc_data->intercount) / num_mbs; in first_pass_stat_calc()
1513 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()
1835 modified_pct_inter = frame->pcnt_inter; in get_sr_decay_rate()
1840 frame->pcnt_inter + frame->pcnt_intra_low - frame->pcnt_neutral; in get_sr_decay_rate()
1856 const double zero_motion_pct = frame->pcnt_inter - frame->pcnt_motion; in get_zero_motion_factor()
1867 (0.95 * pow((next_frame->pcnt_inter - next_frame->pcnt_motion), in get_prediction_decay_rate()
[all …]
Dvp9_firstpass.h82 double pcnt_inter; member