Disable a speed feature to recover coding gains at sp3 - #5281
Merged
urvangjoshi merged 1 commit intoAug 18, 2026
Conversation
chengchen-google
force-pushed
the
candidate/patch_0011
branch
from
August 18, 2026 17:29
95928b0 to
369f34b
Compare
Contributor
|
Nice finding. Is this 17 or 33 frames test? |
Contributor
Author
17 frames for A1, 33 frames for A2. |
urvangjoshi
approved these changes
Aug 18, 2026
The speed feature "disable_smooth_intra" has no time saving while introducing coding loss at speed 3: Speed3 PSNR-YUV EncTime A1 -1.28% 99.14% A2 -0.88% 100.34% By disabling the feature, we recover coding gains without noticable slowdown. STATS_CHANGED Change-Id: I7c01d5f228390bbf23214f1fb354bb137807d624
urvangjoshi
force-pushed
the
candidate/patch_0011
branch
from
August 18, 2026 20:42
369f34b to
21b34f7
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 "disable_smooth_intra" has no time saving while introducing coding loss at speed 3, RA:
Speed3 PSNR-YUV EncTime
A1 (17 frames) -1.28% 99.14%
A2 (33 frames) -0.88% 100.34%
By disabling the feature, we recover coding gains without noticable slowdown.
STATS_CHANGED