Searched refs:fstrength_ (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/enc/
H A Dfilter_enc.c161 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_;
H A Dvp8i_enc.h192 int fstrength_; // final in-loop filtering strength member in struct:__anon30441
H A Dwebp_enc.c282 stats->segment_level[i] = enc->dqm_[i].fstrength_;
H A Dquant_enc.c307 m->fstrength_ = (f < FSTRENGTH_CUTOFF) ? 0 : (f > 63) ? 63 : f;
310 enc->filter_hdr_.level_ = enc->dqm_[0].fstrength_;
358 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
H A Dsyntax_enc.c203 VP8PutSignedBits(bw, enc->dqm_[s].fstrength_, 6);

Completed in 139 milliseconds