Lines Matching defs:step_i
138 int i, ps, si, code, step_i;
146 step_i = get_bits(&s->gb, 8);
147 if (step_i > step_max) {
152 step = ff_dca_lfe_step_size_24[step_i];
179 step_i += ff_dca_lfe_delta_index_24[code & 31];
180 step_i = av_clip(step_i, 0, step_max);
182 step = ff_dca_lfe_step_size_24[step_i];
192 int i, ps, si, code, step_i;
200 step_i = get_bits(&s->gb, 8);
201 if (step_i > step_max) {
206 step = ff_dca_lfe_step_size_16[step_i];
229 step_i += ff_dca_lfe_delta_index_16[code & 7];
230 step_i = av_clip(step_i, 0, step_max);
232 step = ff_dca_lfe_step_size_16[step_i];