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

refine encode segment id map buffer #756

Merged
merged 3 commits into from
Jul 3, 2024
Merged

Commits on Jul 3, 2024

  1. va:add defintions for segment id block size

    Signed-off-by: Carl Zhang <carl.zhang@intel.com>
    XinfengZhang committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6532b0f View commit details
    Browse the repository at this point in the history
  2. va: encode segmentation map refine

    Signed-off-by: Yao, Leyu <leyu.yao@intel.com>
    Signed-off-by: Zhang,Carl <carl.zhang@intel.com>
    leyu-yao authored and XinfengZhang committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cfae9df View commit details
    Browse the repository at this point in the history
  3. va: correct the description of segment id map buffer for vp9e

    previous description limited the segment id block 8x8
    it is not accurate and should support different block size which
    could be set by picture parameter.
    
    attention: this change will impact backward compatiblility,
    considering no one is using it. we could ignore this side effect
    
    Signed-off-by: Carl Zhang <carl.zhang@intel.com>
    XinfengZhang committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2d677b3 View commit details
    Browse the repository at this point in the history