mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
LibVideo/VP9: Change all names containing tx_size to transform_size
This commit is contained in:
parent
1a2d8ac40c
commit
c33d6fb028
6 changed files with 31 additions and 31 deletions
|
@ -189,7 +189,7 @@ struct BlockContext {
|
|||
u8 segment_id { 0 };
|
||||
bool should_skip_residuals { false };
|
||||
|
||||
TransformSize tx_size { Transform_4x4 };
|
||||
TransformSize transform_size { Transform_4x4 };
|
||||
|
||||
ReferenceFramePair reference_frame_types;
|
||||
bool is_inter_predicted() const { return reference_frame_types.primary != ReferenceFrameType::None; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue