• Home
  • Raw
  • Download

Lines Matching refs:pQmfDomain

356   if (!self->pQmfDomain->globalConf.qmfDomainExplicitConfig) {  in sbrDecoder_ResetElement()
357 self->pQmfDomain->globalConf.flags_requested |= qmfFlags; in sbrDecoder_ResetElement()
358 self->pQmfDomain->globalConf.nBandsAnalysis_requested = in sbrDecoder_ResetElement()
360 self->pQmfDomain->globalConf.nBandsSynthesis_requested = in sbrDecoder_ResetElement()
362 self->pQmfDomain->globalConf.nBandsSynthesis_requested /= in sbrDecoder_ResetElement()
364 self->pQmfDomain->globalConf.nQmfTimeSlots_requested = in sbrDecoder_ResetElement()
367 self->pQmfDomain->globalConf.nQmfOvTimeSlots_requested = overlap; in sbrDecoder_ResetElement()
368 self->pQmfDomain->globalConf.nQmfProcBands_requested = 64; /* always 64 */ in sbrDecoder_ResetElement()
369 self->pQmfDomain->globalConf.nQmfProcChannels_requested = in sbrDecoder_ResetElement()
439 &self->pQmfDomain->QmfDomainIn[absCh_offset + ch]; in sbrDecoder_AssignQmfChannels2SbrChannels()
441 &self->pQmfDomain->QmfDomainOut[absCh_offset + ch]; in sbrDecoder_AssignQmfChannels2SbrChannels()
449 HANDLE_FDK_QMF_DOMAIN pQmfDomain) { in sbrDecoder_Open() argument
454 if ((pSelf == NULL) || (pQmfDomain == NULL)) { in sbrDecoder_Open()
465 self->pQmfDomain = pQmfDomain; in sbrDecoder_Open()
685 if (!self->pQmfDomain->globalConf.qmfDomainExplicitConfig) { in sbrDecoder_InitElement()
686 self->pQmfDomain->globalConf.nInputChannels_requested = in sbrDecoder_InitElement()
688 self->pQmfDomain->globalConf.nOutputChannels_requested = in sbrDecoder_InitElement()
690 (INT)self->pQmfDomain->globalConf.nOutputChannels_requested); in sbrDecoder_InitElement()
1720 self->pQmfDomain->globalConf.nBandsSynthesis * in sbrDecoder_DecodeElement()
1789 codecFrameSize * self->pQmfDomain->QmfDomainOut->fb.no_channels; in sbrDecoder_DecodeElement()
1790 copyFrameSize /= self->pQmfDomain->QmfDomainIn->fb.no_channels; in sbrDecoder_DecodeElement()
1861 ((self->pQmfDomain->globalConf.flags & QMF_FLAG_LP) ? 1 : 0)) { in sbrDecoder_Apply()
1863 self->pQmfDomain->globalConf.flags |= QMF_FLAG_LP; in sbrDecoder_Apply()
1864 self->pQmfDomain->globalConf.flags_requested |= QMF_FLAG_LP; in sbrDecoder_Apply()
1866 self->pQmfDomain->globalConf.flags &= ~QMF_FLAG_LP; in sbrDecoder_Apply()
1867 self->pQmfDomain->globalConf.flags_requested &= ~QMF_FLAG_LP; in sbrDecoder_Apply()
1869 if (FDK_QmfDomain_InitFilterBank(self->pQmfDomain, QMF_FLAG_KEEP_STATES)) { in sbrDecoder_Apply()
1873 if (self->numSbrChannels > self->pQmfDomain->globalConf.nInputChannels) { in sbrDecoder_Apply()