Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dpass2_strategy.c2784 int frames_to_test_after_candidate_key = SCENE_CUT_KEY_TEST_INTERVAL; in test_candidate_kf() local
2795 frames_to_test_after_candidate_key = 3; in test_candidate_kf()
2800 frames_to_test_after_candidate_key = in test_candidate_kf()
2801 AOMMIN(frames_to_test_after_candidate_key, stats_after_this_stats); in test_candidate_kf()
2831 for (i = 1; i <= frames_to_test_after_candidate_key; ++i) { in test_candidate_kf()