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

  /external/webp/src/enc/
filter.c 235 const int delta_min = -enc->dqm_[s].quant_;
236 const int delta_max = enc->dqm_[s].quant_;
quant.c 247 const int q = m->quant_;
290 const int qstep = kAcTable[clip(m->quant_, 0, 127)] >> 2;
346 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
400 enc->dqm_[i].quant_ = clip(q, 0, 127);
404 enc->base_quant_ = enc->dqm_[0].quant_;
408 enc->dqm_[i].quant_ = enc->base_quant_;
    [all...]
vp8enci.h 195 int quant_; // final segment quantizer. member in struct:__anon26163
webpenc.c 276 stats->segment_quant[i] = enc->dqm_[i].quant_;
syntax.c 200 VP8PutSignedBits(bw, enc->dqm_[s].quant_, 7);
frame.c 498 case 3: *info = enc->dqm_[mb->segment_].quant_; break;
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 170 const int q = m->quant_;
211 const int level = level0 * 256 * enc->dqm_[i].quant_ / 128;
264 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
318 enc->dqm_[i].quant_ = clip(q, 0, 127);
322 enc->base_quant_ = enc->dqm_[0].quant_;
326 enc->dqm_[i].quant_ = enc->base_quant_;
    [all...]
filter.c 360 const int delta_min = -it->enc_->dqm_[s].quant_;
361 const int delta_max = it->enc_->dqm_[s].quant_;
vp8enci.h 249 int quant_; // final segment quantizer. member in struct:__anon20462
syntax.c 204 VP8PutSignedValue(bw, enc->dqm_[s].quant_, 7);
webpenc.c 323 stats->segment_quant[i] = enc->dqm_[i].quant_;
frame.c 670 case 3: *info = enc->dqm_[mb->segment_].quant_; break;

Completed in 3107 milliseconds