mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibVideo/VP9: Move partitioning contexts to TileContext
Like the non-zero tokens and segmentation IDs, these can be moved into the tile decoding loop for above context and allocated by TileContext for left context.
This commit is contained in:
parent
720fc5a853
commit
71aac25635
7 changed files with 38 additions and 25 deletions
|
@ -254,4 +254,7 @@ using NonZeroTokensView = Array<Span<bool>, 3>;
|
|||
using SegmentationPredictionContext = FixedArray<u8>;
|
||||
using SegmentationPredictionContextView = Span<u8>;
|
||||
|
||||
using PartitionContext = FixedArray<u8>;
|
||||
using PartitionContextView = Span<u8>;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue