1
Fork 0
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:
FalseHonesty 2021-05-08 11:36:58 -04:00 committed by Andreas Kling
parent e687f05b42
commit 42fdaa7f60
4 changed files with 115 additions and 14 deletions

View file

@ -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);