Lines Matching refs:end_band
55 if (i < f->start_band || i >= f->end_band) { in celt_decode_coarse_energy()
81 for (i = f->start_band; i < f->end_band; i++) { in celt_decode_fine_energy()
103 for (i = f->start_band; i < f->end_band && bits_left >= f->channels; i++) { in celt_decode_final_energy()
127 for (i = f->start_band; i < f->end_band; i++) { in celt_decode_tf_changes()
141 for (i = f->start_band; i < f->end_band; i++) { in celt_decode_tf_changes()
150 for (i = f->start_band; i < f->end_band; i++) { in celt_denormalize()
272 for (i = f->start_band; i < f->end_band; i++) { in process_anticollapse()
322 int start_band, int end_band) in ff_celt_decode_frame() argument
333 if (start_band < 0 || start_band > end_band || end_band > CELT_MAX_BANDS) { in ff_celt_decode_frame()
335 start_band, end_band); in ff_celt_decode_frame()
345 f->end_band = end_band; in ff_celt_decode_frame()
479 for (j = f->end_band; j < CELT_MAX_BANDS; j++) { in ff_celt_decode_frame()