Searched refs:noCols (Results 1 – 8 of 8) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 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() [all …]
|
D | hbe.h | 144 int noCols; member
|
D | hbe.cpp | 945 hQmfTran->noCols = in QmfTransposerCreate() 948 hQmfTran->noCols = in QmfTransposerCreate() 954 hQmfTran->noChannels = frameSize / hQmfTran->noCols; in QmfTransposerCreate() 957 hQmfTran->qmfOutBufSize = 2 * (hQmfTran->noCols / 2 + QMF_WIN_LEN - 1); in QmfTransposerCreate() 1115 hQmfTransposer->noCols, 0, hQmfTransposer->synthSize, in QmfTransposerReInit() 1123 hQmfTransposer->noCols / 2, 0, 2 * hQmfTransposer->synthSize, in QmfTransposerReInit() 1360 int qmfVocoderColsIn = hQmfTransposer->noCols / 2; in QmfTransposerApply() 1387 offset = hQmfTransposer->noCols - ov_len - LPC_ORDER; in QmfTransposerApply() 2152 for (i = offset; i < hQmfTransposer->noCols; i++) { in QmfTransposerApply()
|
/external/aac/libFDK/include/ |
D | qmf.h | 208 int noCols, /*!< Number of time slots */ 218 int noCols, /*!< Number of time slots */ 272 int noCols, /*!< Number of time slots */
|
D | qmf_pcm.h | 417 int noCols, /*!< Number of timeslots per frame */ in qmfInitAnalysisFilterBank() argument 423 int err = qmfInitFilterBank(h_Qmf, pFilterStates, noCols, lsb, usb, in qmfInitAnalysisFilterBank()
|
/external/aac/libSBRenc/src/ |
D | tran_det.cpp | 474 int noCols, int noRows, int tran_off) { in calculateThresholds() argument 482 i_noCols = GetInvInt(noCols + tran_off) << YBufferSzShift; in calculateThresholds() 483 i_noCols1 = GetInvInt(noCols + tran_off - 1) << YBufferSzShift; in calculateThresholds() 497 int endEnergy = ((noCols >> YBufferSzShift) + tran_off); in calculateThresholds() 554 int YBufferWriteOffset, int YBufferSzShift, int noCols, int start_band, in extractTransientCandidates() argument 574 FDKmemmove(transients, transients + noCols - addPrevSamples, in extractTransientCandidates() 577 noCols * sizeof(FIXP_DBL)); in extractTransientCandidates() 579 endCond = noCols; /* Amount of new transient values to be calculated. */ in extractTransientCandidates() 585 ((noCols + (YBufferWriteOffset << YBufferSzShift)) - 1) >> in extractTransientCandidates()
|
/external/aac/libFDK/src/ |
D | qmf.cpp | 488 int noCols, /*!< Number of timeslots per frame */ in qmfInitFilterBank() argument 669 h_Qmf->no_col = noCols; in qmfInitFilterBank() 724 int noCols, /*!< Number of timeslots per frame */ in qmfInitSynthesisFilterBank() argument 731 int err = qmfInitFilterBank(h_Qmf, pFilterStates, noCols, lsb, usb, in qmfInitSynthesisFilterBank()
|
D | FDK_qmf_domain.cpp | 491 int noCols = gc->nQmfTimeSlots; in FDK_QmfDomain_InitFilterBank() local 542 &qd->QmfDomainIn[ch].fb, qd->QmfDomainIn[ch].pAnaQmfStates, noCols, in FDK_QmfDomain_InitFilterBank() 553 &qd->QmfDomainOut[ch].fb, qd->QmfDomainOut[ch].pSynQmfStates, noCols, in FDK_QmfDomain_InitFilterBank()
|