mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
LibVideo/VP9: Specify which spec section defines certain behaviors
This commit is contained in:
parent
ce524214c9
commit
91572a49c4
6 changed files with 51 additions and 36 deletions
|
@ -44,6 +44,7 @@ enum class SyntaxElementType {
|
|||
|
||||
class SyntaxElementCounter final {
|
||||
public:
|
||||
/* (8.3) Clear Counts Process */
|
||||
void clear_counts();
|
||||
|
||||
u8 m_counts_intra_mode[BLOCK_SIZE_GROUPS][INTRA_MODES];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue