HomeSort by relevance Sort by last modified time
    Searched refs:quant_ (Results 1 - 6 of 6) sorted by null

  /external/webp/src/enc/
filter.c 232 const int delta_min = -enc->dqm_[s].quant_;
233 const int delta_max = enc->dqm_[s].quant_;
quant.c 223 const int q = m->quant_;
266 const int qstep = kAcTable[clip(m->quant_, 0, 127)] >> 2;
322 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
376 enc->dqm_[i].quant_ = clip(q, 0, 127);
380 enc->base_quant_ = enc->dqm_[0].quant_;
384 enc->dqm_[i].quant_ = enc->base_quant_;
    [all...]
vp8enci.h 251 int quant_; // final segment quantizer. member in struct:__anon21243
webpenc.c 274 stats->segment_quant[i] = enc->dqm_[i].quant_;
syntax.c 200 VP8PutSignedValue(bw, enc->dqm_[s].quant_, 7);
frame.c 502 case 3: *info = enc->dqm_[mb->segment_].quant_; break;

Completed in 2228 milliseconds