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

deprecate VA_RC_MB #808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 11, 2024

  1. va: deprecate VA_RC_MB

    VA_RC_MB represent microblock based rate control
    but rate control implementation should be transparent to application.
    
    application does not care whether the BRC is microblock based or sub block based
    or frame based. it just care the quality and compression rate.
    
    Signed-off-by: Carl Zhang <[email protected]>
    XinfengZhang committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8e834a5 View commit details
    Browse the repository at this point in the history
  2. va: add comments for VA_RC_VCM and VA_RC_VBR_CONSTRAINED

    Signed-off-by: Carl Zhang <[email protected]>
    XinfengZhang committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7c98160 View commit details
    Browse the repository at this point in the history