Home
last modified time | relevance | path

Searched refs:dq_uv_ac (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dquant_enc.c403 int dq_uv_ac, dq_uv_dc; in VP8SetSegmentParams() local
431 dq_uv_ac = (enc->uv_alpha_ - MID_ALPHA) * (MAX_DQ_UV - MIN_DQ_UV) in VP8SetSegmentParams()
434 dq_uv_ac = dq_uv_ac * enc->config_->sns_strength / 100; in VP8SetSegmentParams()
436 dq_uv_ac = clip(dq_uv_ac, MIN_DQ_UV, MAX_DQ_UV); in VP8SetSegmentParams()
447 enc->dq_uv_ac_ = dq_uv_ac; in VP8SetSegmentParams()