-
Notifications
You must be signed in to change notification settings - Fork 346
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
Comments
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 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: