Add a speed feature to prune ref_mv_idx for WARP_NEWMV - #5269
Merged
urvangjoshi merged 1 commit intoAug 17, 2026
Merged
Conversation
ranjit-tulabandu
force-pushed
the
prune_ref_mv_idx_warp_newmv
branch
from
August 17, 2026 11:52
3481678 to
ed6e356
Compare
Author
|
@yunqingwang1 , @urvangjoshi Please review. |
Contributor
|
Good tradeoff! |
ranjit-tulabandu
force-pushed
the
prune_ref_mv_idx_warp_newmv
branch
from
August 17, 2026 18:25
ed6e356 to
5d2cfa8
Compare
ref_mv_idx > 0 of WARP_NEWMV modes is pruned based on best mode/ motion mode and ref_frame index. For ref_frame = 0, ref_mv_idx > 0 pruning is based on best motion mode/mode chosen so far. For subsequent reference frames, ref_mv_idx > 0 is always pruned. STATS_CHANGED for speed >= 1
yunqingwang1
force-pushed
the
prune_ref_mv_idx_warp_newmv
branch
from
August 17, 2026 18:27
5d2cfa8 to
4aedd67
Compare
urvangjoshi
approved these changes
Aug 17, 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.
A speed feature is added to prune ref_mv_idx > 0 for
WARP_NEWMV modes based on best mode/motion
mode and ref_frame index. For ref_frame = 0,
ref_mv_idx > 0 pruning is based on best motion
mode/mode chosen so far. For other reference frames,
ref_mv_idx > 0 is always pruned.
STATS_CHANGED for speed >= 1
Test results (RA) for Speed 1
Anchor: commit e0b55de
A1 - 17 frames
A2 - 33 frames