Searched refs:step_i (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dca_lbr.c | 147 int i, ps, si, code, step_i; in parse_lfe_24() local 155 step_i = get_bits(&s->gb, 8); in parse_lfe_24() 156 if (step_i > step_max) { in parse_lfe_24() 161 step = ff_dca_lfe_step_size_24[step_i]; in parse_lfe_24() 188 step_i += ff_dca_lfe_delta_index_24[code & 31]; in parse_lfe_24() 189 step_i = av_clip(step_i, 0, step_max); in parse_lfe_24() 191 step = ff_dca_lfe_step_size_24[step_i]; in parse_lfe_24() 201 int i, ps, si, code, step_i; in parse_lfe_16() local 209 step_i = get_bits(&s->gb, 8); in parse_lfe_16() 210 if (step_i > step_max) { in parse_lfe_16() [all …]
|