mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:37:35 +00:00
LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4
These section implement the behavior to refresh the probability tables after parsing a frame.
This commit is contained in:
parent
cf6b3d0ce9
commit
d79c9c262f
8 changed files with 188 additions and 9 deletions
|
@ -10,7 +10,7 @@ set(SOURCES
|
|||
VP9/Symbols.h
|
||||
VP9/SyntaxElementCounter.cpp
|
||||
VP9/TreeParser.cpp
|
||||
VP9/Utilities.h
|
||||
VP9/Utilities.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibVideo video)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue