Home
last modified time | relevance | path

Searched refs:nBandsSynthesis (Results 1 – 7 of 7) sorted by relevance

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp365 int size = gc->nBandsSynthesis * 9; in FDK_QmfDomain_AllocatePersistentMemory()
493 int usb = fMin((INT)gc->nBandsSynthesis, 64); in FDK_QmfDomain_InitFilterBank()
556 gc->nBandsSynthesis, gc->flags | extra_flags); in FDK_QmfDomain_InitFilterBank()
799 hgc->nBandsSynthesis = 0; in FDK_QmfDomain_ClearConfigured()
867 (hgc->nBandsSynthesis != hgc->nBandsSynthesis_requested) || in FDK_QmfDomain_Configure()
874 hgc->nBandsSynthesis = hgc->nBandsSynthesis_requested; in FDK_QmfDomain_Configure()
883 if ((hgc->nBandsAnalysis == 32) && (hgc->nBandsSynthesis == 32) && in FDK_QmfDomain_Configure()
/external/aac/libFDK/include/
DFDK_qmf_domain.h192 USHORT nBandsSynthesis; /*!< Number of QMF synthesis bands for all output member
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1688 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()
1703 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()
Dsac_process.cpp173 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecQMFAnalysis()
894 &timeOut[stride * self->pQmfDomain->globalConf.nBandsSynthesis * ts]; in SpatialDecSynthesis()
Dsac_dec.cpp1233 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecApplyParameterSets()
/external/aac/libSBRdec/src/
Dsbr_dec.cpp746 FDK_ASSERT(hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis <= in sbr_dec()
750 9 * hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis * in sbr_dec()
Dsbrdecoder.cpp1709 self->pQmfDomain->globalConf.nBandsSynthesis * in sbrDecoder_DecodeElement()