Lines Matching refs:qmfDomain
350 FDK_QmfDomain_FreeMem(&self->qmfDomain); in aacDecoder_FreeMemCallback()
982 FDKmemclear(&aacDec->qmfDomain, sizeof(FDK_QMF_DOMAIN)); in aacDecoder_Open()
984 if (SBRDEC_OK != sbrDecoder_Open(&aacDec->hSbrDecoder, &aacDec->qmfDomain)) { in aacDecoder_Open()
994 stereoConfigIndex, &aacDec->qmfDomain)) { in aacDecoder_Open()
1288 if (FDK_QmfDomain_ClearPersistentMemory(&self->qmfDomain) != 0) { in aacDecoder_DecodeFrame()
1385 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()
1393 &self->qmfDomain)) { in aacDecoder_DecodeFrame()
1401 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()
1410 if (self->qmfDomain.globalConf.nBandsAnalysis_requested > 0) { in aacDecoder_DecodeFrame()
1411 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in aacDecoder_DecodeFrame()
1413 self->qmfDomain.globalConf.nBandsAnalysis_requested; in aacDecoder_DecodeFrame()
1415 self->qmfDomain.globalConf.nQmfTimeSlots_requested = 0; in aacDecoder_DecodeFrame()
1419 self->qmfDomain.globalConf.TDinput = pTimeData; in aacDecoder_DecodeFrame()
1421 switch (FDK_QmfDomain_Configure(&self->qmfDomain)) { in aacDecoder_DecodeFrame()