Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp204 if (qd->QmfDomainIn[ch].pAnaQmfStates) { in C_ALLOC_MEM_OVERLAY()
206 FreeAnaQmfStates16(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
209 FreeAnaQmfStates24(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
212 FreeAnaQmfStates32(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
214 FreeAnaQmfStates(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
218 if (qd->QmfDomainIn[ch].pOverlapBuffer) { in C_ALLOC_MEM_OVERLAY()
220 FreeQmfOverlapBuffer16(&qd->QmfDomainIn[ch].pOverlapBuffer); in C_ALLOC_MEM_OVERLAY()
222 FreeQmfOverlapBuffer32(&qd->QmfDomainIn[ch].pOverlapBuffer); in C_ALLOC_MEM_OVERLAY()
224 FreeQmfOverlapBuffer(&qd->QmfDomainIn[ch].pOverlapBuffer); in C_ALLOC_MEM_OVERLAY()
228 if (qd->QmfDomainIn[ch].hQmfSlotsReal) { in C_ALLOC_MEM_OVERLAY()
[all …]
/external/aac/libSACdec/src/
Dsac_process.cpp183 CalculateSpaceAnalysisQmf(&self->pQmfDomain->QmfDomainIn[ch].fb, in SpatialDecQMFAnalysis()
223 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], in SpatialDecFeedQMF()
227 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, in SpatialDecFeedQMF()
231 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, 0, in SpatialDecFeedQMF()
238 FDK_QmfDomain_SaveOverlap(&self->pQmfDomain->QmfDomainIn[ch], 0); in SpatialDecFeedQMF()
925 FDK_QmfDomain_GetWorkBuffer(&self->pQmfDomain->QmfDomainIn[outCh], ts, in SpatialDecSynthesis()
928 self->pQmfDomain->QmfDomainIn[outCh].workBuf_nBands); in SpatialDecSynthesis()
933 self->pQmfDomain->QmfDomainIn[outCh].scaling.lb_scale = in SpatialDecSynthesis()
935 self->pQmfDomain->QmfDomainIn[outCh].scaling.lb_scale -= in SpatialDecSynthesis()
936 self->pQmfDomain->QmfDomainIn[outCh].fb.filterScale; in SpatialDecSynthesis()
[all …]
Dsac_dec.cpp1241 &self->pQmfDomain->QmfDomainIn[ch].fb, inSamples + (ch * offset), in SpatialDecApplyParameterSets()
/external/aac/libFDK/include/
DFDK_qmf_domain.h270 QmfDomainIn[((8) + (1))]; /*!< Array of QMF domain input structures */ member
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp437 &self->pQmfDomain->QmfDomainIn[absCh_offset + ch]; in sbrDecoder_AssignQmfChannels2SbrChannels()
1779 copyFrameSize /= self->pQmfDomain->QmfDomainIn->fb.no_channels; in sbrDecoder_DecodeElement()