mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibVideo/VP9: Implement most of block_mode_info methods (6.4.15-6.4.18)
This commit is contained in:
parent
42fdaa7f60
commit
7d4053dde1
3 changed files with 157 additions and 3 deletions
|
@ -34,6 +34,8 @@ template bool TreeParser::parse_tree(SyntaxElementType);
|
|||
template u8 TreeParser::parse_tree(SyntaxElementType);
|
||||
template IntraMode TreeParser::parse_tree(SyntaxElementType);
|
||||
template TXSize TreeParser::parse_tree(SyntaxElementType);
|
||||
template InterpolationFilter TreeParser::parse_tree(SyntaxElementType);
|
||||
template ReferenceMode TreeParser::parse_tree(SyntaxElementType);
|
||||
|
||||
/*
|
||||
* Select a tree value based on the type of syntax element being parsed, as well as some parser state, as specified in section 9.3.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue