1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:37:47 +00:00

LibVideo: Add MotionVector lookup tables as constant expressions

This changes MotionVector by removing the cpp file and moving all
functions to the header, where they are now declared as constexpr
so that they can be compile-time evaluated in LookupTables.h.
This commit is contained in:
Zaggy1024 2022-10-08 22:50:35 -05:00 committed by Andrew Kaster
parent 1dc4652683
commit 6c648329c4
5 changed files with 87 additions and 44 deletions

View file

@ -2,7 +2,6 @@ set(SOURCES
MatroskaReader.cpp
VP9/BitStream.cpp
VP9/Decoder.cpp
VP9/MotionVector.cpp
VP9/Parser.cpp
VP9/ProbabilityTables.cpp
VP9/SyntaxElementCounter.cpp