Allow MV precision based on last frame MV data for < 4K resolution. - #5280
Merged
leolzhao merged 1 commit intoAug 18, 2026
Conversation
leolzhao
approved these changes
Aug 18, 2026
In particular, use last frame MV data for 1080p resolution that was NOT used before. Only exception are: - screen content at 1080p+ resolution will use QTR_ONLY MV precision mode - 4k or larger: will also use QTR_ONLY MV precision mode In CTC, affects A2 and B1 sets only. - RA CTC 33 frames, speed 4: ``` +---------+--------+----------+ | Summary | YUV | Enc-time | +---------+--------+----------+ | A2 | -0.11% | 98.35% | | B1 | 0.01% | 97.89% | +---------+--------+----------+ ``` - RA CTC 33 frames, speed 1: ``` +---------+--------+----------+ | Summary | YUV | Enc-time | +---------+--------+----------+ | A2 | -0.03% | 98.61% | | B1 | 0.01% | 99.72% | +---------+--------+----------+ ``` STATS_CHANGED
leolzhao
force-pushed
the
mg__fhd_also_use_last_mv_data_but_qtr_for_4k
branch
from
August 18, 2026 21:03
1f6a92f to
5ca7095
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.
In particular, use last frame MV data for 1080p resolution that was NOT used before.
Only exception are:
In CTC, affects A2 and B1 sets only.
Results for anchor: 2abcfff
STATS_CHANGED