Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc2enc.c625 const int signed_step = bits > top ? +step : -step; in rate_control() local
626 quant = av_clip(quant + signed_step, 0, s->q_ceil-1); in rate_control()