Home
last modified time | relevance | path

Searched refs:QmfDomainOut (Results 1 – 5 of 5) sorted by relevance

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp251 if (qd->QmfDomainOut[ch].pSynQmfStates) { in C_ALLOC_MEM_OVERLAY()
252 FreeSynQmfStates(&qd->QmfDomainOut[ch].pSynQmfStates); in C_ALLOC_MEM_OVERLAY()
367 if (qd->QmfDomainOut[ch].pSynQmfStates == NULL) { in FDK_QmfDomain_AllocatePersistentMemory()
368 if (NULL == (qd->QmfDomainOut[ch].pSynQmfStates = GetSynQmfStates(ch))) in FDK_QmfDomain_AllocatePersistentMemory()
372 qd->QmfDomainOut[ch].pSynQmfStates = NULL; in FDK_QmfDomain_AllocatePersistentMemory()
481 (qd->QmfDomainOut[0].pSynQmfStates == NULL)) in FDK_QmfDomain_IsInitialized()
549 FIXP_DBL outGain_m = qd->QmfDomainOut[ch].fb.outGain_m; in FDK_QmfDomain_InitFilterBank()
550 int outGain_e = qd->QmfDomainOut[ch].fb.outGain_e; in FDK_QmfDomain_InitFilterBank()
551 int outScale = qmfGetOutScalefactor(&qd->QmfDomainOut[ch].fb); in FDK_QmfDomain_InitFilterBank()
553 &qd->QmfDomainOut[ch].fb, qd->QmfDomainOut[ch].pSynQmfStates, noCols, in FDK_QmfDomain_InitFilterBank()
[all …]
/external/aac/libFDK/include/
DFDK_qmf_domain.h272 QmfDomainOut[((8) + (1))]; /*!< Array of QMF domain output structures */ member
/external/aac/libSACdec/src/
Dsac_process.cpp922 FDK_ASSERT((self->pQmfDomain->QmfDomainOut[outCh].fb.outGain_m == in SpatialDecSynthesis()
924 (self->pQmfDomain->QmfDomainOut[outCh].fb.outGain_e == 0)); in SpatialDecSynthesis()
943 err = CalculateSpaceSynthesisQmf(&self->pQmfDomain->QmfDomainOut[outCh], in SpatialDecSynthesis()
Dsac_dec.cpp780 qmfChangeOutScalefactor(&self->pQmfDomain->QmfDomainOut[nCh].fb, scale); in FDK_SpatialDecInit()
781 qmfChangeOutGain(&self->pQmfDomain->QmfDomainOut[nCh].fb, outputGain_m, in FDK_SpatialDecInit()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp439 &self->pQmfDomain->QmfDomainOut[absCh_offset + ch]; in sbrDecoder_AssignQmfChannels2SbrChannels()
1778 codecFrameSize * self->pQmfDomain->QmfDomainOut->fb.no_channels; in sbrDecoder_DecodeElement()