mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
LibVideo/VP9: Move fields set in uncompressed_header() to FrameContext
This commit is contained in:
parent
40bc987fe3
commit
90f16c78fa
8 changed files with 165 additions and 146 deletions
|
@ -42,10 +42,10 @@ typedef u8 CoefProbs[TX_SIZES][BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CON
|
|||
|
||||
class ProbabilityTables final {
|
||||
public:
|
||||
void save_probs(size_t index);
|
||||
void save_probs(u8 index);
|
||||
void reset_probs();
|
||||
void load_probs(size_t index);
|
||||
void load_probs2(size_t index);
|
||||
void load_probs(u8 index);
|
||||
void load_probs2(u8 index);
|
||||
|
||||
ParetoTable const& pareto_table() const;
|
||||
KfPartitionProbs const& kf_partition_probs() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue