Searched refs:dq_uv_ac (Results 1 – 1 of 1) sorted by relevance
404 int dq_uv_ac, dq_uv_dc; in VP8SetSegmentParams() local432 dq_uv_ac = (enc->uv_alpha_ - MID_ALPHA) * (MAX_DQ_UV - MIN_DQ_UV) in VP8SetSegmentParams()435 dq_uv_ac = dq_uv_ac * enc->config_->sns_strength / 100; in VP8SetSegmentParams()437 dq_uv_ac = clip(dq_uv_ac, MIN_DQ_UV, MAX_DQ_UV); in VP8SetSegmentParams()448 enc->dq_uv_ac_ = dq_uv_ac; in VP8SetSegmentParams()