Lines Matching refs:noCols
133 FIXP_DBL **qmfImag, int noCols, int overlap, in copyHarmonicSpectrum() argument
144 slotOffset = noCols - overlap - LPC_ORDER; in copyHarmonicSpectrum()
191 for (col = slotOffset; col < noCols; col++) { in copyHarmonicSpectrum()
287 int noCols = hHeaderData->numberTimeSlots * hHeaderData->timeStep; in sbr_dec() local
298 for (i = 0; i < noCols + ov_len; i++) { in sbr_dec()
306 for (i = 0; i < noCols; i++) { in sbr_dec()
307 pLowBandReal[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsReal[i]; in sbr_dec()
308 pLowBandImag[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsImag[i]; in sbr_dec()
316 pReal += noCols; in sbr_dec()
317 pImag += noCols; in sbr_dec()
325 for (i = 0; i < noCols; i++) { in sbr_dec()
358 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
365 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
380 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols); in sbr_dec()
388 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols, in sbr_dec()
459 hSbrDec->codecQMFBufferReal[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
463 hSbrDec->codecQMFBufferImag[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
470 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in sbr_dec()
478 hSbrDec->hHBE, pReal, pImag, noCols, pLowBandReal, pLowBandImag, in sbr_dec()
488 copyHarmonicSpectrum(xOverQmf, pLowBandReal, pLowBandImag, noCols, in sbr_dec()
514 ->hQmfSlotsReal[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
518 ->hQmfSlotsImag[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
643 pLowBandReal[noCols - LPC_ORDER + i], in sbr_dec()
646 pLowBandImag[noCols - LPC_ORDER + i], in sbr_dec()
650 pLowBandReal[noCols - LPC_ORDER + i], in sbr_dec()
898 int noCols = in createSbrDec() local
932 hHeaderData->freqBandData.highSubband, timeSlots, noCols, in createSbrDec()
950 noCols, noChannels, sizeof(FIXP_DBL)); in createSbrDec()
957 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec()
968 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec()
975 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec()
1262 hSbrDec->codecQMFBufferReal[hSbrDec->hHBE->noCols - LPC_ORDER - in resetSbrDec()
1267 hSbrDec->codecQMFBufferImag[hSbrDec->hHBE->noCols - LPC_ORDER - in resetSbrDec()
1281 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in resetSbrDec()
1294 for (i = 0; i < hSbrDec->hHBE->noCols / 2; i++) { in resetSbrDec()
1295 pLowBandReal[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1298 pLowBandImag[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1306 hSbrDec->hHBE->noCols / 2 + LPC_ORDER, in resetSbrDec()
1308 hSbrDec->hHBE->noCols / 2 + LPC_ORDER, in resetSbrDec()
1309 hSbrDec->hHBE->noCols, pLowBandReal, pLowBandImag, in resetSbrDec()
1318 xOverQmf, pLowBandReal, pLowBandImag, hSbrDec->hHBE->noCols, in resetSbrDec()
1324 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in resetSbrDec()
1325 pLowBandReal[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1328 pLowBandImag[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1338 hSbrDec->hHBE->noCols, pLowBandReal, pLowBandImag, in resetSbrDec()
1351 hSbrDec->hHBE->noCols + LPC_ORDER, in resetSbrDec()
1353 hSbrDec->hHBE->noCols + LPC_ORDER, in resetSbrDec()
1354 hSbrDec->hHBE->noCols, pLowBandReal, pLowBandImag, in resetSbrDec()
1384 hSbrDec->codecQMFBufferReal[hSbrDec->hHBE->noCols - in resetSbrDec()
1390 hSbrDec->codecQMFBufferImag[hSbrDec->hHBE->noCols - in resetSbrDec()