fix comments related to array sizes
thanks to foivos_g4 at hotmail dot com for spotting this. Change-Id: I8cd301bae58a6edbc3ef47607654bc21321721ca
This commit is contained in:
parent
0b5a90fdb5
commit
7574bed43d
@ -204,9 +204,9 @@ typedef struct {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t segments_[3]; // probabilities for segment tree
|
uint8_t segments_[3]; // probabilities for segment tree
|
||||||
uint8_t skip_proba_; // final probability of being skipped.
|
uint8_t skip_proba_; // final probability of being skipped.
|
||||||
ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes
|
ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
|
||||||
StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
|
StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
|
||||||
CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
|
CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
|
||||||
int dirty_; // if true, need to call VP8CalculateLevelCosts()
|
int dirty_; // if true, need to call VP8CalculateLevelCosts()
|
||||||
int use_skip_proba_; // Note: we always use skip_proba for now.
|
int use_skip_proba_; // Note: we always use skip_proba for now.
|
||||||
int nb_skip_; // number of skipped blocks
|
int nb_skip_; // number of skipped blocks
|
||||||
|
Loading…
Reference in New Issue
Block a user