• Home
  • Raw
  • Download

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()
288 int noCols = hHeaderData->numberTimeSlots * hHeaderData->timeStep; in sbr_dec() local
299 for (i = 0; i < noCols + ov_len; i++) { in sbr_dec()
307 for (i = 0; i < noCols; i++) { in sbr_dec()
308 pLowBandReal[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsReal[i]; in sbr_dec()
309 pLowBandImag[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsImag[i]; in sbr_dec()
317 pReal += noCols; in sbr_dec()
318 pImag += noCols; in sbr_dec()
326 for (i = 0; i < noCols; i++) { in sbr_dec()
359 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
366 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
381 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols); in sbr_dec()
389 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols, in sbr_dec()
460 hSbrDec->codecQMFBufferReal[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
464 hSbrDec->codecQMFBufferImag[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
471 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in sbr_dec()
479 hSbrDec->hHBE, pReal, pImag, noCols, pLowBandReal, pLowBandImag, in sbr_dec()
489 copyHarmonicSpectrum(xOverQmf, pLowBandReal, pLowBandImag, noCols, in sbr_dec()
515 ->hQmfSlotsReal[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
519 ->hQmfSlotsImag[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
644 pLowBandReal[noCols - LPC_ORDER + i], in sbr_dec()
647 pLowBandImag[noCols - LPC_ORDER + i], in sbr_dec()
651 pLowBandReal[noCols - LPC_ORDER + i], in sbr_dec()
900 int noCols = in createSbrDec() local
934 hHeaderData->freqBandData.highSubband, timeSlots, noCols, in createSbrDec()
952 noCols, noChannels, sizeof(FIXP_DBL)); in createSbrDec()
959 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec()
970 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec()
977 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec()
1264 hSbrDec->codecQMFBufferReal[hSbrDec->hHBE->noCols - LPC_ORDER - in resetSbrDec()
1269 hSbrDec->codecQMFBufferImag[hSbrDec->hHBE->noCols - LPC_ORDER - in resetSbrDec()
1283 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in resetSbrDec()
1296 for (i = 0; i < hSbrDec->hHBE->noCols / 2; i++) { in resetSbrDec()
1297 pLowBandReal[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1300 pLowBandImag[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1308 hSbrDec->hHBE->noCols / 2 + LPC_ORDER, in resetSbrDec()
1310 hSbrDec->hHBE->noCols / 2 + LPC_ORDER, in resetSbrDec()
1311 hSbrDec->hHBE->noCols, pLowBandReal, pLowBandImag, in resetSbrDec()
1320 xOverQmf, pLowBandReal, pLowBandImag, hSbrDec->hHBE->noCols, in resetSbrDec()
1326 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in resetSbrDec()
1327 pLowBandReal[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1330 pLowBandImag[i + hSbrDec->hHBE->noCols + in resetSbrDec()
1340 hSbrDec->hHBE->noCols, pLowBandReal, pLowBandImag, in resetSbrDec()
1353 hSbrDec->hHBE->noCols + LPC_ORDER, in resetSbrDec()
1355 hSbrDec->hHBE->noCols + LPC_ORDER, in resetSbrDec()
1356 hSbrDec->hHBE->noCols, pLowBandReal, pLowBandImag, in resetSbrDec()
1386 hSbrDec->codecQMFBufferReal[hSbrDec->hHBE->noCols - in resetSbrDec()
1392 hSbrDec->codecQMFBufferImag[hSbrDec->hHBE->noCols - in resetSbrDec()