Add early termination in warp delta refinement - #5309
Merged
urvangjoshi merged 1 commit intoAug 25, 2026
Conversation
deepa-kg
force-pushed
the
early_term_warp_delta_refine
branch
2 times, most recently
from
August 25, 2026 12:08
a1c3aaa to
43051f7
Compare
Author
|
@yunqingwang1 @urvangjoshi Please review |
Added a speed feature to early terminate the warp delta refinement loop if the rate-distortion cost improvement in a pass drops below 5%. Results for RA CTC, A1 17 frames, A2 33 frames, speed 1: (Anchor: 7c9dfba) ``` +-----+-------+-------+-------+-------+---------------+ |Class| Y | Cb | Cr | wAvg |EncInstCount(%)| +-----+-------+-------+-------+-------+---------------+ | A2 |-0.0004|-0.0367|-0.2123|-0.0103| 98.93 | | A1 |-0.0649| 0.1274| 0.0844|-0.0513| 98.89 | +-----+-------+-------+-------+-------+---------------+ ``` STATS_CHANGED for speed >= 1
urvangjoshi
force-pushed
the
early_term_warp_delta_refine
branch
from
August 25, 2026 18:44
43051f7 to
8bfbbe6
Compare
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.
Added a speed feature to early terminate the warp
delta refinement loop if the rate-distortion cost
improvement in a pass drops below 5%.
Results for RA CTC, A1 17 frames, A2 33 frames,
speed 1: (Anchor: 7c9dfba)
STATS_CHANGED for speed >= 1