mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +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
|
@ -202,7 +202,7 @@ struct FrameBlockContext {
|
|||
|
||||
bool is_available { false };
|
||||
bool skip_coefficients { false };
|
||||
TransformSize tx_size { Transform_4x4 };
|
||||
TransformSize transform_size { Transform_4x4 };
|
||||
PredictionMode y_mode { PredictionMode::DcPred };
|
||||
Array<PredictionMode, 4> sub_modes { PredictionMode::DcPred, PredictionMode::DcPred, PredictionMode::DcPred, PredictionMode::DcPred };
|
||||
InterpolationFilter interpolation_filter { InterpolationFilter::EightTap };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue