Lines Matching refs:pQmfDomain
173 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecQMFAnalysis()
174 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecQMFAnalysis()
179 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecQMFAnalysis()
183 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()
235 if (ts == self->pQmfDomain->globalConf.nQmfTimeSlots - 1) { in SpatialDecFeedQMF()
238 FDK_QmfDomain_SaveOverlap(&self->pQmfDomain->QmfDomainIn[ch], 0); in SpatialDecFeedQMF()
894 &timeOut[stride * self->pQmfDomain->globalConf.nBandsSynthesis * ts]; in SpatialDecSynthesis()
922 FDK_ASSERT((self->pQmfDomain->QmfDomainOut[outCh].fb.outGain_m == in SpatialDecSynthesis()
924 (self->pQmfDomain->QmfDomainOut[outCh].fb.outGain_e == 0)); in SpatialDecSynthesis()
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()
937 self->pQmfDomain->QmfDomainIn[outCh].scaling.lb_scale -= in SpatialDecSynthesis()
940 self->pQmfDomain->QmfDomainIn[outCh].scaling.lb_scale -= (1); in SpatialDecSynthesis()
943 err = CalculateSpaceSynthesisQmf(&self->pQmfDomain->QmfDomainOut[outCh], in SpatialDecSynthesis()