mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:17:34 +00:00
LibVideo/VP9: Move the m_use_prev_frame_mvs field to FrameContext
This commit is contained in:
parent
6ffb0844a1
commit
b5cce5a448
3 changed files with 5 additions and 4 deletions
|
@ -162,7 +162,6 @@ private:
|
|||
|
||||
Vector<u16> m_frame_store[NUM_REF_FRAMES][3];
|
||||
|
||||
bool m_use_prev_frame_mvs;
|
||||
Vector2D<FrameBlockContext> m_reusable_frame_block_contexts;
|
||||
Vector2D<PersistentBlockContext> m_previous_block_contexts;
|
||||
// Indexed by ReferenceFrame enum.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue