Disable deblocking in partition search for speed >= 3 - #5219
Merged
leolzhao merged 1 commit intoAug 6, 2026
Conversation
Contributor
Author
|
Hi @jianle973, could you help review this patch? |
jianle973
approved these changes
Aug 6, 2026
jianle973
left a comment
Contributor
There was a problem hiding this comment.
LGTM for now.
I will investigate the reason. Should not have loss.
The in-partition-search deblock filter improves RD at speed 1-2 but degrades it at speed 3-4, so disable it for speed >= 3 (speed 5-6 were already disabled). Anchor: 7837c40 Test condition: CTC, RA, 33 frames Effect of disabling, by speed (wAvg BD-rate): +-------+-------+-------+-------+------+ | Speed | A1 | A2 | wAvg | Enc% | +-------+-------+-------+-------+------+ | 1 | 0.54 | 0.38 | 0.28 | 98.9 | | 2 | 0.36 | 0.35 | 0.23 | 98.9 | | 3 | 0.00 | -0.07 | -0.08 | 99.6 | | 4 | -0.05 | -0.19 | -0.21 |100.6 | +-------+-------+-------+-------+------+ STATS_CHANGED
leolzhao
force-pushed
the
yixin/0805_no_deblock_part
branch
from
August 6, 2026 16:49
2e2fbf7 to
0baa88d
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 in-partition-search deblock filter improves RD at speed 1-2 but degrades it at speed 3-4, so disable it for speed >= 3 (speed 5-6 were already disabled).
Anchor: 7837c40
Test condition: CTC, RA, 33 frames
Effect of disabling, by speed (wAvg BD-rate):
STATS_CHANGED