Home
last modified time | relevance | path

Searched refs:last_stats (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/encoder/
Dpass2_strategy.h152 FIRSTPASS_STATS *last_stats);
154 FIRSTPASS_STATS *last_stats);
156 FIRSTPASS_STATS *last_stats);
Dpass2_strategy.c2734 const FIRSTPASS_STATS *last_stats = in test_candidate_kf() local
2740 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() argument
3495 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 …]
/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc312 const FIRSTPASS_STATS &last_stats, in DetectIntraInterErrorChange() argument
331 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() local
382 DetectSlideTransition(this_stats, last_stats, next_stats) || in TestCandidateKey()
383 DetectIntraInterErrorChange(this_stats, last_stats, next_stats)) { in TestCandidateKey()