Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp256 if (qd->QmfDomainOut[ch].pSynQmfStates) { in C_ALLOC_MEM_OVERLAY()
257 FreeSynQmfStates(&qd->QmfDomainOut[ch].pSynQmfStates); in C_ALLOC_MEM_OVERLAY()
372 if (qd->QmfDomainOut[ch].pSynQmfStates == NULL) { in FDK_QmfDomain_AllocatePersistentMemory()
373 if (NULL == (qd->QmfDomainOut[ch].pSynQmfStates = GetSynQmfStates(ch))) in FDK_QmfDomain_AllocatePersistentMemory()
377 qd->QmfDomainOut[ch].pSynQmfStates = NULL; in FDK_QmfDomain_AllocatePersistentMemory()
486 (qd->QmfDomainOut[0].pSynQmfStates == NULL)) in FDK_QmfDomain_IsInitialized()
554 FIXP_DBL outGain_m = qd->QmfDomainOut[ch].fb.outGain_m; in FDK_QmfDomain_InitFilterBank()
555 int outGain_e = qd->QmfDomainOut[ch].fb.outGain_e; in FDK_QmfDomain_InitFilterBank()
556 int outScale = qmfGetOutScalefactor(&qd->QmfDomainOut[ch].fb); in FDK_QmfDomain_InitFilterBank()
558 &qd->QmfDomainOut[ch].fb, qd->QmfDomainOut[ch].pSynQmfStates, noCols, in FDK_QmfDomain_InitFilterBank()
[all …]
/external/aac/libFDK/include/
DFDK_qmf_domain.h278 QmfDomainOut[((8) + (1))]; /*!< Array of QMF domain output structures */ member
/external/aac/libSACdec/src/
Dsac_process.cpp904 FDK_ASSERT((self->pQmfDomain->QmfDomainOut[outCh].fb.outGain_m == in SpatialDecSynthesis()
906 (self->pQmfDomain->QmfDomainOut[outCh].fb.outGain_e == 0)); in SpatialDecSynthesis()
924 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.cpp441 &self->pQmfDomain->QmfDomainOut[absCh_offset + ch]; in sbrDecoder_AssignQmfChannels2SbrChannels()
1789 codecFrameSize * self->pQmfDomain->QmfDomainOut->fb.no_channels; in sbrDecoder_DecodeElement()