Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpsdec.h289 FDK_SYN_HYB_FILTER hybridSynthesis[2]; member
Dpsdec.cpp265 FDKhybridSynthesisInit(&h_ps_d->specificTo.mpeg.hybridSynthesis[i], in ResetPsDec()
701 &h_ps_d->specificTo.mpeg.hybridSynthesis[i], in ApplyPsSlot()
/external/aac/libSACdec/src/
Dsac_dec.h500 *hybridSynthesis; /*!< pointer Synthesis hybrid filterbank array. */ member
Dsac_dec.cpp416 FDK_ALLOCATE_MEMORY_1D(self->hybridSynthesis, setup.maxNumOutputChannels, in FDK_SpatialDecOpen()
787 FDKhybridSynthesisInit(&self->hybridSynthesis[nCh], THREE_TO_TEN, in FDK_SpatialDecInit()
941 FDK_FREE_MEMORY_1D(self->hybridSynthesis); in FDK_SpatialDecClose()
Dsac_process.cpp907 FDKhybridSynthesisApply(&self->hybridSynthesis[ch], hybOutputReal[ch], in SpatialDecSynthesis()