mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:27:44 +00:00
LibVideo/VP9: Rename TX(Mode|Size) to Transform(Mode|Size)
This commit is contained in:
parent
f898a00eb3
commit
f6e645a153
11 changed files with 32 additions and 32 deletions
|
@ -202,7 +202,7 @@ struct FrameBlockContext {
|
|||
|
||||
bool is_available { false };
|
||||
bool skip_coefficients { false };
|
||||
TXSize tx_size { TXSize::TX_4x4 };
|
||||
TransformSize tx_size { TransformSize::TX_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