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

HEVC ENC need to setting VA_RC_MB #8

Closed
mypopydev opened this issue Dec 4, 2017 · 1 comment
Closed

HEVC ENC need to setting VA_RC_MB #8

mypopydev opened this issue Dec 4, 2017 · 1 comment

Comments

@mypopydev
Copy link
Contributor

mypopydev commented Dec 4, 2017

User has to set VA_RC_MB when using VA_RC_CBR or VA_RC_VBR in HEVC ENC, but AVC encoding does not need to setting VA_RC_MB for CBR/VBR mode.

@XinfengZhang
Copy link
Contributor

MBBRC should come from mb_rate_control, and driver should only set VA_RC_CBR or VBR ---- in the structure VAEncMiscParameterTypeRateControl. so driver only need to check VA_RC_CBR | m_encodeCtx->uiRCMethod

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

No branches or pull requests

2 participants