Searched refs:level0 (Results 1 – 2 of 2) sorted by relevance
161 const int level0 = enc->dqm_[s].fstrength_; in VP8StoreFilterStats() local182 const int level = level0 + d; in VP8StoreFilterStats()
299 const int level0 = 5 * enc->config_->filter_strength; in SetupFilterStrength() local307 const int f = base_strength * level0 / (256 + m->beta_); in SetupFilterStrength()646 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock() local649 if (level0 > MAX_LEVEL) level0 = MAX_LEVEL; in TrellisQuantizeBlock()660 int level = level0 + m; in TrellisQuantizeBlock()
Completed in 6 milliseconds