Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c101 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
259 modified_pct_inter = frame->pcnt_inter; in get_sr_decay_rate()
262 modified_pct_inter = frame->pcnt_inter - frame->pcnt_neutral; 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()
341 next_frame->pcnt_second_ref > next_frame->pcnt_inter && in detect_flash()
1133 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf()
1135 this_frame->pcnt_inter - this_frame->pcnt_neutral; in test_candidate_kf()
1144 ((this_frame->pcnt_inter < VERY_LOW_INTER_THRESH) || in test_candidate_kf()
[all …]
Dfirstpass.c75 stats->sr_coded_error, stats->pcnt_inter, stats->pcnt_motion, in output_stats()
93 section->pcnt_inter = 0.0; in av1_twopass_zero_stats()
120 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
768 fps.pcnt_inter = (double)intercount / num_mbs; in av1_first_pass()
815 (twopass->this_frame_stats.pcnt_inter > 0.20) && in av1_first_pass()
Dfirstpass.h50 double pcnt_inter; member
/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()
1348 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.c109 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()
139 section->pcnt_inter = 0.0; in zero_stats()
170 section->pcnt_inter += frame->pcnt_inter; in accumulate_stats()
199 section->pcnt_inter -= frame->pcnt_inter; in subtract_stats()
741 fps->pcnt_inter = (double)(fp_acc_data->intercount) / num_mbs; in first_pass_stat_calc()
1440 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()
1762 modified_pct_inter = frame->pcnt_inter; in get_sr_decay_rate()
1767 frame->pcnt_inter + frame->pcnt_intra_low - frame->pcnt_neutral; 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()
[all …]
Dvp9_firstpass.h86 double pcnt_inter; member