Searched refs:dq_uv_dc (Results 1 – 1 of 1) sorted by relevance
403 int dq_uv_ac, dq_uv_dc; in VP8SetSegmentParams() local440 dq_uv_dc = -4 * enc->config_->sns_strength / 100; in VP8SetSegmentParams()441 dq_uv_dc = clip(dq_uv_dc, -15, 15); // 4bit-signed max allowed in VP8SetSegmentParams()446 enc->dq_uv_dc_ = dq_uv_dc; in VP8SetSegmentParams()