mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:57:34 +00:00
LibVideo/VP9: Add probability table constants
This patch adds VP9's probability tables and the functions needed to load/clear them.
This commit is contained in:
parent
ff3a2a703f
commit
8dd9d1bbdb
3 changed files with 1323 additions and 0 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
MatroskaDocument.h
|
||||
MatroskaReader.cpp
|
||||
VP9/Enums.h
|
||||
VP9/ProbabilityTables.cpp
|
||||
VP9/Symbols.h
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue