Lines Matching refs:band
432 the final normalised signal in the current band. */
485 const int band, float *X,
530 int tf_change = f->tf_change[band];
571 /* If we need 1.5 more bit than we can produce, split the band in two. */
573 ff_celt_cache_index[(duration + 1) * CELT_MAX_BANDS + band];
595 pulse_cap = ff_celt_log_freq_range[band] + duration * 8;
598 qn = (stereo && band >= f->intensity_stereo) ? 1 :
616 celt_stereo_is_decouple(X, Y, f->block[0].lin_energy[band],
617 f->block[1].lin_energy[band], N);
637 celt_stereo_is_decouple(X, Y, f->block[0].lin_energy[band],
638 f->block[1].lin_energy[band], N);
669 in that band. */
704 cm = pvq->quant_band(pvq, f, rc, band, x2, NULL, N, mbits, blocks, lowband, duration,
757 cm = pvq->quant_band(pvq, f, rc, band, X, NULL, N, mbits, blocks,
766 cmt = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks,
773 cm = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks,
783 cm |= pvq->quant_band(pvq, f, rc, band, X, NULL, N, mbits, blocks,
811 /* If there's no pulse, fill the band anyway */
882 return quant_band_template(pvq, f, rc, band, X, Y, N, b, blocks, lowband, duration,
892 return quant_band_template(pvq, f, rc, band, X, Y, N, b, blocks, lowband, duration,