Update intra modes for realtime screen content speed >= 6 - #5434
Merged
Merged
Conversation
Update intra mode evaluation in inter frames for realtime mode at speed >= 6 when screen content tools are enabled: - Generalize use_only_dc_intra_interframe to prune_intra_mode_in_interframe - For screen content at speed >= 6, set prune_intra_mode_in_interframe = 1: test DC, V, and H intra modes (with 0 delta angle) on blocks <= 16x16, and only DC mode on blocks > 16x16 - For screen content at speed >= 6, set skip_intra_in_interframe = 1: gate intra mode skipping on skip_txfm using a distortion threshold rather than skipping unconditionally Only affects realtime mode for screen content at speed >= 6. On rtc_screen: bdrate gain of ~7%, with ~4% slowdown.
marpan-max
requested review from
urvangjoshi
and removed request for
urvangjoshi
September 24, 2026 22:25
urvangjoshi
approved these changes
Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update intra mode evaluation in inter frames for realtime mode at speed >= 6 when screen content tools are enabled:
Only affects realtime mode for screen content at speed >= 6.
On rtc_screen: bdrate gain of ~7%, with ~4% slowdown.