Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.c146 int step_max = FF_ARRAY_ELEMS(ff_dca_lfe_step_size_24) - 1; in parse_lfe_24() local
156 if (step_i > step_max) { in parse_lfe_24()
189 step_i = av_clip(step_i, 0, step_max); in parse_lfe_24()
200 int step_max = FF_ARRAY_ELEMS(ff_dca_lfe_step_size_16) - 1; in parse_lfe_16() local
210 if (step_i > step_max) { in parse_lfe_16()
239 step_i = av_clip(step_i, 0, step_max); in parse_lfe_16()