Lines Matching refs:band_offset
484 int band_offset = ff_celt_freq_bands[i] << f->size;
486 float *X = f->block[0].coeffs + band_offset;
487 float *Y = (f->channels == 2) ? f->block[1].coeffs + band_offset : NULL;
512 memcpy(&norm1[band_offset], &norm1[band_offset - count], count * sizeof(float));
515 memcpy(&norm2[band_offset], &norm2[band_offset - count], count * sizeof(float));
542 for (j = ff_celt_freq_bands[f->start_band] << f->size; j < band_offset; j++)
552 norm1 + band_offset, 0, 1.0f,
557 norm2 + band_offset, 0, 1.0f,
562 norm1 + band_offset, 0, 1.0f,