Lines Matching refs:band_num
112 int band_num, band_samples, log2_block_count, nbits, num_blocks, block_size;
115 for (band_num = 0; band_num < AT1_QMF_BANDS; band_num++) {
119 band_samples = samples_per_band[band_num];
120 log2_block_count = su->log2_block_count[band_num];
132 nbits = mdct_long_nbits[band_num] - log2_block_count;
144 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num);
147 q->vector_fmul_window(&q->bands[band_num][start_pos], prev_buf,
156 memcpy(q->bands[band_num] + 32, &su->spectrum[0][ref_pos + 16], 240 * sizeof(float));
197 int bits_used, band_num, bfu_num, i;
224 for (band_num = 0; band_num < AT1_QMF_BANDS; band_num++) {
225 for (bfu_num = bfu_bands_t[band_num]; bfu_num < bfu_bands_t[band_num+1]; bfu_num++) {
238 pos = su->log2_block_count[band_num] ? bfu_start_short[bfu_num] : bfu_start_long[bfu_num];