1
Fork 0
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:
FalseHonesty 2021-06-05 16:24:44 -04:00 committed by Ali Mohammad Pur
parent ff3a2a703f
commit 8dd9d1bbdb
3 changed files with 1323 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set(SOURCES
MatroskaDocument.h
MatroskaReader.cpp
VP9/Enums.h
VP9/ProbabilityTables.cpp
VP9/Symbols.h
)