Lines Matching defs:band
497 int bin, band, ch;
500 for (band = 0; band < s->num_cpl_bands; band++) {
502 int band_end = bin + s->cpl_band_sizes[band];
505 int cpl_coord = s->cpl_coords[ch][band] << 5;
510 if (ch == 2 && s->phase_flags[band]) {
774 * Decode band structure for coupling, spectral extension, or enhanced coupling.
775 * The band structure defines how many subbands are in each band. For each
776 * subband in the range, 1 means it is combined with the previous band, and 0
777 * means that it starts a new band.
785 * @param[in] default_band_struct default band structure table
787 * @param[out] band_sizes array containing the number of bins in each band (optionally NULL)
788 * @param[in,out] band_struct current band structure
808 /* decode band structure from bitstream or use default */
815 /* calculate number of bands and band sizes based on band structure.
1176 /* stereo rematrixing strategy and band structure */