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

  /external/webp/src/enc/
filter_enc.c 161 const int level0 = enc->dqm_[s].fstrength_;
210 enc->dqm_[s].fstrength_ = best_level;
224 if (level > dqm->fstrength_) {
225 dqm->fstrength_ = level;
227 if (max_level < dqm->fstrength_) {
228 max_level = dqm->fstrength_;
vp8i_enc.h 195 int fstrength_; // final in-loop filtering strength member in struct:__anon49465
quant_enc.c 308 m->fstrength_ = (f < FSTRENGTH_CUTOFF) ? 0 : (f > 63) ? 63 : f;
311 enc->filter_hdr_.level_ = enc->dqm_[0].fstrength_;
359 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
    [all...]
syntax_enc.c 203 VP8PutSignedBits(bw, enc->dqm_[s].fstrength_, 6);
webp_enc.c 289 stats->segment_level[i] = enc->dqm_[i].fstrength_;

Completed in 153 milliseconds