Searched refs:level_cost_ (Results 1 – 6 of 6) sorted by relevance
70 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; in VP8CalculateLevelCosts()85 proba->level_cost_[ctype][VP8EncBands[n]][ctx]; in VP8CalculateLevelCosts()
154 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes member
366 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; in VP8CalculateLevelCosts()
209 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k member
265 res->cost = enc->proba_.level_cost_[coeff_type]; in InitResidual()
493 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type]; in TrellisQuantizeBlock()