Searched refs:frames_to_next_forced_key (Results 1 – 1 of 1) sorted by relevance
3729 const int frames_to_next_forced_key = detect_app_forced_key(cpi); in av1_get_second_pass_params() local3730 if (frames_to_next_forced_key == 0) { in av1_get_second_pass_params()3733 } else if (frames_to_next_forced_key > 0 && in av1_get_second_pass_params()3734 frames_to_next_forced_key < rc->frames_to_key) { in av1_get_second_pass_params()3735 rc->frames_to_key = frames_to_next_forced_key; in av1_get_second_pass_params()