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 …]
980 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig) { in CAacDecoder_ExtPayloadParse()1327 FDK_QmfDomain_ClearRequested(&self->qmfDomain.globalConf); in CAacDecoder_Open()2123 self->qmfDomain.globalConf.nInputChannels_requested = ascChannels; in CAacDecoder_Init()2124 self->qmfDomain.globalConf.nOutputChannels_requested = in CAacDecoder_Init()2126 self->qmfDomain.globalConf.flags_requested = 0; in CAacDecoder_Init()2127 self->qmfDomain.globalConf.nBandsAnalysis_requested = in CAacDecoder_Init()2130 self->qmfDomain.globalConf.nBandsSynthesis_requested = 64; in CAacDecoder_Init()2131 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in CAacDecoder_Init()2133 self->qmfDomain.globalConf.nQmfOvTimeSlots_requested = in CAacDecoder_Init()2135 self->qmfDomain.globalConf.nQmfProcBands_requested = 64; in CAacDecoder_Init()[all …]
1404 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()1420 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()1429 if (self->qmfDomain.globalConf.nBandsAnalysis_requested > 0) { in aacDecoder_DecodeFrame()1430 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in aacDecoder_DecodeFrame()1432 self->qmfDomain.globalConf.nBandsAnalysis_requested; in aacDecoder_DecodeFrame()1434 self->qmfDomain.globalConf.nQmfTimeSlots_requested = 0; in aacDecoder_DecodeFrame()
1063 pGC = &pMpegSurroundDecoder->pQmfDomain->globalConf; in mpegSurroundDecoder_ConfigureQmfDomain()1681 if (pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis == 0) { in mpegSurroundDecoder_Apply()1688 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()1689 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis; in mpegSurroundDecoder_Apply()1703 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()1704 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis; in mpegSurroundDecoder_Apply()
751 flags = self->pQmfDomain->globalConf.flags_requested; in FDK_SpatialDecInit()764 self->pQmfDomain->globalConf.flags_requested = flags; in FDK_SpatialDecInit()1233 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecApplyParameterSets()1234 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecApplyParameterSets()1238 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecApplyParameterSets()1251 if ((self->pQmfDomain->globalConf.nBandsAnalysis == 24) && in SpatialDecApplyParameterSets()
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()894 &timeOut[stride * self->pQmfDomain->globalConf.nBandsSynthesis * ts]; in SpatialDecSynthesis()
268 FDK_QMF_DOMAIN_GC globalConf; /*!< Global configuration structure. */ member