mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
LibVideo/VP9: Implement most of inter_frame_mode_info (6.4.11-6.4.14)
This commit is contained in:
parent
e687f05b42
commit
42fdaa7f60
4 changed files with 115 additions and 14 deletions
|
@ -41,7 +41,8 @@ public:
|
|||
TreeSelectionValue m_value;
|
||||
};
|
||||
|
||||
int parse_tree(SyntaxElementType type);
|
||||
template<typename T = int>
|
||||
T parse_tree(SyntaxElementType type);
|
||||
TreeSelection select_tree(SyntaxElementType type);
|
||||
u8 select_tree_probability(SyntaxElementType type, u8 node);
|
||||
void count_syntax_element(SyntaxElementType type, int value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue