Searched refs:last_stats (Results 1 – 3 of 3) sorted by relevance
152 FIRSTPASS_STATS *last_stats);154 FIRSTPASS_STATS *last_stats);156 FIRSTPASS_STATS *last_stats);
2734 const FIRSTPASS_STATS *last_stats = in test_candidate_kf() local2740 if (last_stats == NULL || this_stats == NULL || next_stats == NULL) { in test_candidate_kf()2776 slide_transition(this_stats, last_stats, next_stats) || in test_candidate_kf()2782 ((fabs(last_stats->coded_error - this_stats->coded_error) / in test_candidate_kf()2785 (fabs(last_stats->intra_error - this_stats->intra_error) / in test_candidate_kf()3493 FIRSTPASS_STATS *last_stats) { in av1_mark_flashes() argument3495 while (this_stats < last_stats - 1) { in av1_mark_flashes()3506 if (last_stats - 1 >= first_stats) { in av1_mark_flashes()3507 (last_stats - 1)->is_flash = 0; in av1_mark_flashes()3513 FIRSTPASS_STATS *last_stats) { in av1_estimate_noise() argument[all …]
312 const FIRSTPASS_STATS &last_stats, in DetectIntraInterErrorChange() argument331 fabs(last_stats.coded_error - this_stats.coded_error) / in DetectIntraInterErrorChange()335 fabs(last_stats.intra_error - this_stats.intra_error) / in DetectIntraInterErrorChange()367 const auto &last_stats = stats_list[candidate_key_idx - 1]; in TestCandidateKey() local382 DetectSlideTransition(this_stats, last_stats, next_stats) || in TestCandidateKey()383 DetectIntraInterErrorChange(this_stats, last_stats, next_stats)) { in TestCandidateKey()