Home | History | Annotate | Download | only in enc

Lines Matching full:fstrength_

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_);