Enable sf warp_mv_refine_early_term at speed=1, 2 - #5437
Merged
urvangjoshi merged 1 commit intoSep 24, 2026
Merged
urvangjoshi merged 1 commit into
urvangjoshi merged 1 commit into
Conversation
leolzhao
self-requested a review
September 24, 2026 17:04
leolzhao
approved these changes
Sep 24, 2026
Contributor
Author
|
@yunqingwang1 @urvangjoshi Please review |
yunqingwang1
approved these changes
Sep 24, 2026
The speed feature 'warp_mv_refine_early_term' is enabled for frames with pyramid level 3 and above for speed=1. For speed=2, it is enabled for frames with pyramid level 2 and above. Results for RA CTC, A1 17 frames, A2 33 frames (Anchor: 9b284ed) speed 1 ``` +-----+------+-------+-----+-------+---------------+ |Class| Y | U | V | YUV |EncInstCount(%)| +-----+------+-------+------+------+---------------+ | A1 | 0.03 | 0.06 | 0.05 | 0.03 | 98.5 | | A2 | 0.02 | -0.02 |-0.06 | 0.01 | 98.4 | +-----+------+-------+------+------+---------------+ speed 2 ``` +-----+------+-------+-----+-------+---------------+ |Class| Y | U | V | YUV |EncInstCount(%)| +-----+------+-------+------+------+---------------+ | A1 |-0.01 | -0.22 | 0.02 |-0.02 | 98.3 | | A2 | 0.03 | 0.22 |-0.02 | 0.04 | 98.5 | +-----+------+-------+------+------+---------------+ ``` STATS_CHANGED for speed=1, 2
urvangjoshi
force-pushed
the
warp_mv_refine_early_term_speed_1_2
branch
from
September 24, 2026 22:34
067bdc7 to
30c6539
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.
The speed feature 'warp_mv_refine_early_term' is enabled for frames with pyramid level 3 and above for speed=1. For speed=2, it is enabled for frames with pyramid level 2 and above.
Results for RA CTC, A1 17 frames, A2 33 frames
(Anchor: 9b284ed)
speed 1
speed 2
STATS_CHANGED for speed=1, 2