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

  /external/webp/src/enc/
filter.c 232 const int level0 = enc->dqm_[s].fstrength_;
277 enc->dqm_[s].fstrength_ = best_level;
288 if (level > dqm->fstrength_) {
289 dqm->fstrength_ = level;
291 if (max_level < dqm->fstrength_) {
292 max_level = dqm->fstrength_;
quant.c 295 m->fstrength_ = (f < FSTRENGTH_CUTOFF) ? 0 : (f > 63) ? 63 : f;
298 enc->filter_hdr_.level_ = enc->dqm_[0].fstrength_;
346 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
    [all...]
vp8enci.h 196 int fstrength_; // final in-loop filtering strength member in struct:__anon26163
webpenc.c 275 stats->segment_level[i] = enc->dqm_[i].fstrength_;
syntax.c 203 VP8PutSignedBits(bw, enc->dqm_[s].fstrength_, 6);
  /external/opencv3/3rdparty/libwebp/enc/
filter.c 357 const int level0 = it->enc_->dqm_[s].fstrength_; // TODO: ref_lf_delta[]
405 enc->dqm_[s].fstrength_ = best_level;
quant.c 213 enc->dqm_[i].fstrength_ = (f < FSTRENGTH_CUTOFF) ? 0 : (f > 63) ? 63 : f;
216 enc->filter_hdr_.level_ = enc->dqm_[0].fstrength_;
264 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
    [all...]
vp8enci.h 250 int fstrength_; // final in-loop filtering strength member in struct:__anon20462
syntax.c 207 VP8PutSignedValue(bw, enc->dqm_[s].fstrength_, 6);
webpenc.c 322 stats->segment_level[i] = enc->dqm_[i].fstrength_;

Completed in 73 milliseconds