diff options
author | Zaggy1024 <zaggy1024@gmail.com> | 2022-11-26 02:57:48 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-11-30 08:28:30 +0100 |
commit | f4af6714d2596af15a651c7ddfe07f40d84d03ae (patch) | |
tree | 88726e6919c33e117cf734b57e7fbf78143e2148 /Tests/AK | |
parent | facb779b995c36cf47a310851f54d55b08e63834 (diff) | |
download | serenity-f4af6714d2596af15a651c7ddfe07f40d84d03ae.zip |
LibVideo/VP9: Move persistent context storage to a different header
Moving these to another header allows Parser.h to include less context
structs/classes that were previously in Context.h.
This change will also allow consolidating some common calculations into
Context.h, since we won't be polluting the VP9 namespace as much. There
are quite a few duplicate calculations for block size, transform size,
number of horizontal and vertical sub-blocks per block, all of which
could be moved to Context.h to allow for code deduplication and more
semantic code where those calculations are needed.
Diffstat (limited to 'Tests/AK')
0 files changed, 0 insertions, 0 deletions