Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp370 int size = gc->nBandsSynthesis * 9; in FDK_QmfDomain_AllocatePersistentMemory()
498 int usb = fMin((INT)gc->nBandsSynthesis, 64); in FDK_QmfDomain_InitFilterBank()
561 gc->nBandsSynthesis, gc->flags | extra_flags); in FDK_QmfDomain_InitFilterBank()
804 hgc->nBandsSynthesis = 0; in FDK_QmfDomain_ClearConfigured()
872 (hgc->nBandsSynthesis != hgc->nBandsSynthesis_requested) || in FDK_QmfDomain_Configure()
879 hgc->nBandsSynthesis = hgc->nBandsSynthesis_requested; in FDK_QmfDomain_Configure()
888 if ((hgc->nBandsAnalysis == 32) && (hgc->nBandsSynthesis == 32) && in FDK_QmfDomain_Configure()
/external/aac/libFDK/include/
DFDK_qmf_domain.h198 USHORT nBandsSynthesis; /*!< Number of QMF synthesis bands for all output member
/external/aac/libSACdec/src/
Dsac_process.cpp171 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecQMFAnalysis()
876 &timeOut[stride * self->pQmfDomain->globalConf.nBandsSynthesis * ts]; in SpatialDecSynthesis()
Dsac_dec_lib.cpp1668 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()
1683 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()
Dsac_dec.cpp1204 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecApplyParameterSets()
/external/aac/libSBRdec/src/
Dsbr_dec.cpp744 FDK_ASSERT(hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis <= in sbr_dec()
747 9 * hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis * in sbr_dec()
Dsbrdecoder.cpp1720 self->pQmfDomain->globalConf.nBandsSynthesis * in sbrDecoder_DecodeElement()