Searched refs:signed_step (Results 1 – 1 of 1) sorted by relevance
625 const int signed_step = bits > top ? +step : -step; in rate_control() local626 quant = av_clip(quant + signed_step, 0, s->q_ceil-1); in rate_control()