We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,请问sample size为什么设置为4992?前面4096是一个CTU的像素,后面的64+16x52是哪些数据呢?期望得到您的答复,谢谢。
The text was updated successfully, but these errors were encountered:
52是qp的数量, 16是每个qp对应的ctu partition的划分.
Sorry, something went wrong.
您好, 确实像楼上说的那样,52代表QP种类(取值范围0~51),每个QP用16个字节表示CU划分深度。至于另外64个字节,是保留的位置,如果以后需要其他特征可以放到这里,但目前暂时没用,可以忽略这64个字节,并不影响程序功能。
No branches or pull requests
您好,请问sample size为什么设置为4992?前面4096是一个CTU的像素,后面的64+16x52是哪些数据呢?期望得到您的答复,谢谢。
The text was updated successfully, but these errors were encountered: