Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[encode] Allow GPB set to off for HEVC encode #341

Closed
wants to merge 1 commit into from

Conversation

lsun30
Copy link

@lsun30 lsun30 commented Jul 1, 2024

HEVC encode caps did not enable "GPB off" before, change HEVC encode caps to enable it. Otherwise some android cts test cannot pass.

HEVC encode caps did not enable "GPB off" before, change HEVC
encode caps to enable it. Otherwise some android cts test cannot
pass.

Signed-off-by: Lina Sun <[email protected]>
@@ -61,7 +61,7 @@ class IDDIPacker
void HardcodeCapsCommon(EncodeCapsHevc& caps, const mfxVideoParam& par)
{
caps.SliceIPOnly = IsOn(par.mfx.LowPower);
caps.msdk.PSliceSupport = false;
caps.msdk.PSliceSupport = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iGPU low power mode did not support p-frame encoding for HEVC until MTL.

@lsun30 lsun30 closed this by deleting the head repository Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants