Searched refs:level0 (Results 1 – 3 of 3) sorted by relevance
160 Level0* level0 = swa->alloc_nofail( swa->cc, sizeof(Level0) ); in swa_new_Level0() local161 VG_(memset)(level0, 0, sizeof(*level0)); in swa_new_Level0()162 level0->magic = Level0_MAGIC; in swa_new_Level0()163 return level0; in swa_new_Level0()202 Level0* level0 = (Level0*)curr_nd; in VG_() local204 if (swa_bitarray_read(level0->inUse, curr_ix) == 1) { in VG_()207 *valP = level0->words[curr_ix]; in VG_()210 level0 = (Level0*)curr_nd; in VG_()282 Level0* level0; in VG_() local299 level0 = (Level0*)levelN; in VG_()[all …]
206 const int level0 = enc->config_->filter_strength; in SetupFilterStrength() local209 const int level = level0 * 256 * enc->dqm_[i].quant_ / 128; in SetupFilterStrength()541 int level0; in TrellisQuantizeBlock() local544 level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock()550 int level = level0 + m; in TrellisQuantizeBlock()
355 const int level0 = it->enc_->dqm_[s].fstrength_; // TODO: ref_lf_delta[] in VP8StoreFilterStats() local376 const int level = level0 + d; in VP8StoreFilterStats()