Searched refs:globalConf (Results 1 – 8 of 8) sorted by relevance
205 if (qd->globalConf.nBandsAnalysis == QMF_DOMAIN_ANALYSIS_QMF_BANDS_16) { in C_ALLOC_MEM_OVERLAY()207 } else if (qd->globalConf.nBandsAnalysis == in C_ALLOC_MEM_OVERLAY()210 } else if (qd->globalConf.nBandsAnalysis == in C_ALLOC_MEM_OVERLAY()219 if (qd->globalConf.nQmfOvTimeSlots == QMF_DOMAIN_OV_TIMESLOTS_16) { in C_ALLOC_MEM_OVERLAY()221 } else if (qd->globalConf.nQmfOvTimeSlots == QMF_DOMAIN_OV_TIMESLOTS_32) { in C_ALLOC_MEM_OVERLAY()229 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in C_ALLOC_MEM_OVERLAY()231 } else if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in C_ALLOC_MEM_OVERLAY()239 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in C_ALLOC_MEM_OVERLAY()242 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in C_ALLOC_MEM_OVERLAY()262 HANDLE_FDK_QMF_DOMAIN_GC gc = &qd->globalConf; in FDK_QmfDomain_AllocatePersistentMemory()[all …]
354 if (!self->pQmfDomain->globalConf.qmfDomainExplicitConfig) { in sbrDecoder_ResetElement()355 self->pQmfDomain->globalConf.flags_requested |= qmfFlags; in sbrDecoder_ResetElement()356 self->pQmfDomain->globalConf.nBandsAnalysis_requested = in sbrDecoder_ResetElement()358 self->pQmfDomain->globalConf.nBandsSynthesis_requested = in sbrDecoder_ResetElement()360 self->pQmfDomain->globalConf.nBandsSynthesis_requested /= in sbrDecoder_ResetElement()362 self->pQmfDomain->globalConf.nQmfTimeSlots_requested = in sbrDecoder_ResetElement()365 self->pQmfDomain->globalConf.nQmfOvTimeSlots_requested = overlap; in sbrDecoder_ResetElement()366 self->pQmfDomain->globalConf.nQmfProcBands_requested = 64; /* always 64 */ in sbrDecoder_ResetElement()367 self->pQmfDomain->globalConf.nQmfProcChannels_requested = in sbrDecoder_ResetElement()683 if (!self->pQmfDomain->globalConf.qmfDomainExplicitConfig) { in sbrDecoder_InitElement()[all …]
906 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig) { in CAacDecoder_ExtPayloadParse()1253 FDK_QmfDomain_ClearRequested(&self->qmfDomain.globalConf); in CAacDecoder_Open()2012 self->qmfDomain.globalConf.nInputChannels_requested = ascChannels; in CAacDecoder_Init()2013 self->qmfDomain.globalConf.nOutputChannels_requested = in CAacDecoder_Init()2015 self->qmfDomain.globalConf.flags_requested = 0; in CAacDecoder_Init()2016 self->qmfDomain.globalConf.nBandsAnalysis_requested = in CAacDecoder_Init()2019 self->qmfDomain.globalConf.nBandsSynthesis_requested = 64; in CAacDecoder_Init()2020 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in CAacDecoder_Init()2022 self->qmfDomain.globalConf.nQmfOvTimeSlots_requested = in CAacDecoder_Init()2024 self->qmfDomain.globalConf.nQmfProcBands_requested = 64; in CAacDecoder_Init()[all …]
1385 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && 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()
751 flags = self->pQmfDomain->globalConf.flags_requested; in FDK_SpatialDecInit()764 self->pQmfDomain->globalConf.flags_requested = flags; in FDK_SpatialDecInit()1204 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecApplyParameterSets()1205 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecApplyParameterSets()1209 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecApplyParameterSets()1222 if ((self->pQmfDomain->globalConf.nBandsAnalysis == 24) && in SpatialDecApplyParameterSets()
1048 pGC = &pMpegSurroundDecoder->pQmfDomain->globalConf; in mpegSurroundDecoder_ConfigureQmfDomain()1666 if (pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis == 0) { in mpegSurroundDecoder_Apply()1673 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()1674 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis; in mpegSurroundDecoder_Apply()1688 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()1689 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis; in mpegSurroundDecoder_Apply()
173 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecQMFAnalysis()174 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecQMFAnalysis()179 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecQMFAnalysis()235 if (ts == self->pQmfDomain->globalConf.nQmfTimeSlots - 1) { in SpatialDecFeedQMF()896 &timeOut[stride * self->pQmfDomain->globalConf.nBandsSynthesis * ts]; in SpatialDecSynthesis()
268 FDK_QMF_DOMAIN_GC globalConf; /*!< Global configuration structure. */ member