Home
last modified time | relevance | path

Searched refs:fixpQmfReal (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec_hybrid.cpp445 fillHybridDelayLine( FIXP_DBL **fixpQmfReal, /*!< Qmf real Values */ in fillHybridDelayLine() argument
456 slotBasedHybridAnalysis ( fixpQmfReal[i], in fillHybridDelayLine()
457 fixpQmfReal[i], in fillHybridDelayLine()
481 slotBasedHybridAnalysis ( FIXP_DBL *fixpQmfReal, /*!< Qmf real Values */ in slotBasedHybridAnalysis() argument
522 pWorkRealSlot[hHybrid->qmfBufferMove] = fixpQmfReal[band]; in slotBasedHybridAnalysis()
528 if (fixpQmfReal) { in slotBasedHybridAnalysis()
624 FIXP_DBL *fixpQmfReal, /*!< Qmf real Values */ in slotBasedHybridSynthesis() argument
644 fixpQmfReal[band] = qmfReal; in slotBasedHybridSynthesis()
Dpsdec_hybrid.h132 fillHybridDelayLine( FIXP_DBL **fixpQmfReal,
141 slotBasedHybridAnalysis ( FIXP_DBL *fixpQmfReal,
154 FIXP_DBL *fixpQmfReal,
Dpsdec.h319 … FIXP_DBL **fixpQmfReal, /* qmf filterbank values */
Dpsdec.cpp481 FIXP_DBL **fixpQmfReal, in scalFilterBankValues() argument
516 scaleValues( fixpQmfReal[i], lsb, scale ); in scalFilterBankValues()
525 scaleValues( fixpQmfReal[i], lsb, scale ); in scalFilterBankValues()
534 scaleValues( &fixpQmfReal[i][lsb], (64)-lsb, scale ); in scalFilterBankValues()