Searched refs:pcnt_inter (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 101 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 …]
|
D | firstpass.c | 75 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()
|
D | firstpass.h | 50 double pcnt_inter; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 138 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 …]
|
D | onyx_int.h | 97 double pcnt_inter; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 109 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 …]
|
D | vp9_firstpass.h | 86 double pcnt_inter; member
|