Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp209 if (qd->QmfDomainIn[ch].pAnaQmfStates) { in C_ALLOC_MEM_OVERLAY()
211 FreeAnaQmfStates16(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
214 FreeAnaQmfStates24(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
217 FreeAnaQmfStates32(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
219 FreeAnaQmfStates(&qd->QmfDomainIn[ch].pAnaQmfStates); in C_ALLOC_MEM_OVERLAY()
223 if (qd->QmfDomainIn[ch].pOverlapBuffer) { in C_ALLOC_MEM_OVERLAY()
225 FreeQmfOverlapBuffer16(&qd->QmfDomainIn[ch].pOverlapBuffer); in C_ALLOC_MEM_OVERLAY()
227 FreeQmfOverlapBuffer32(&qd->QmfDomainIn[ch].pOverlapBuffer); in C_ALLOC_MEM_OVERLAY()
229 FreeQmfOverlapBuffer(&qd->QmfDomainIn[ch].pOverlapBuffer); in C_ALLOC_MEM_OVERLAY()
233 if (qd->QmfDomainIn[ch].hQmfSlotsReal) { in C_ALLOC_MEM_OVERLAY()
[all …]
/external/aac/libSACdec/src/
Dsac_process.cpp181 CalculateSpaceAnalysisQmf(&self->pQmfDomain->QmfDomainIn[ch].fb, in SpatialDecQMFAnalysis()
218 &self->pQmfDomain->QmfDomainIn[ch], ts + HYBRID_FILTER_DELAY, 0, in SpatialDecFeedQMF()
220 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, in SpatialDecFeedQMF()
224 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, 0, in SpatialDecFeedQMF()
231 FDK_QmfDomain_SaveOverlap(&self->pQmfDomain->QmfDomainIn[ch], 0); in SpatialDecFeedQMF()
907 FDK_QmfDomain_GetWorkBuffer(&self->pQmfDomain->QmfDomainIn[outCh], ts, in SpatialDecSynthesis()
910 self->pQmfDomain->QmfDomainIn[outCh].workBuf_nBands); in SpatialDecSynthesis()
915 self->pQmfDomain->QmfDomainIn[outCh].scaling.lb_scale = in SpatialDecSynthesis()
917 self->pQmfDomain->QmfDomainIn[outCh].scaling.lb_scale -= in SpatialDecSynthesis()
918 self->pQmfDomain->QmfDomainIn[outCh].fb.filterScale; in SpatialDecSynthesis()
[all …]
Dsac_dec.cpp1212 &self->pQmfDomain->QmfDomainIn[ch].fb, inSamples + (ch * offset), in SpatialDecApplyParameterSets()
/external/aac/libFDK/include/
DFDK_qmf_domain.h276 QmfDomainIn[((8) + (1))]; /*!< Array of QMF domain input structures */ member
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp439 &self->pQmfDomain->QmfDomainIn[absCh_offset + ch]; in sbrDecoder_AssignQmfChannels2SbrChannels()
1790 copyFrameSize /= self->pQmfDomain->QmfDomainIn->fb.no_channels; in sbrDecoder_DecodeElement()