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

  /external/webp/src/enc/
filter.c 229 const int level0 = enc->dqm_[s].fstrength_; // TODO: ref_lf_delta[]
274 enc->dqm_[s].fstrength_ = best_level;
285 if (level > dqm->fstrength_) {
286 dqm->fstrength_ = level;
288 if (max_level < dqm->fstrength_) {
289 max_level = dqm->fstrength_;
quant.c 271 m->fstrength_ = (f < FSTRENGTH_CUTOFF) ? 0 : (f > 63) ? 63 : f;
274 enc->filter_hdr_.level_ = enc->dqm_[0].fstrength_;
322 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
    [all...]
vp8enci.h 252 int fstrength_; // final in-loop filtering strength member in struct:__anon21243
webpenc.c 273 stats->segment_level[i] = enc->dqm_[i].fstrength_;
syntax.c 203 VP8PutSignedValue(bw, enc->dqm_[s].fstrength_, 6);

Completed in 207 milliseconds