summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo/VP9/ProbabilityTables.h
AgeCommit message (Collapse)Author
2021-06-30LibVideo: Migrate to east-const style & apply other minor fixesFalseHonesty
This patch brings all of LibVideo up to the east-const style in the project. Additionally, it applies a few fixes from the reviews in #8170 that referred to older LibVideo code.
2021-06-12LibVideo/VP9: Add probability table constantsFalseHonesty
This patch adds VP9's probability tables and the functions needed to load/clear them.