• Home
  • Raw
  • Download

Lines Matching refs:synQmf

305 void qmfSynthesisFilteringSlot(HANDLE_QMF_FILTER_BANK synQmf,  in qmfSynthesisFilteringSlot()  argument
312 if (!(synQmf->flags & QMF_FLAG_LP)) in qmfSynthesisFilteringSlot()
313 qmfInverseModulationHQ(synQmf, realSlot, imagSlot, scaleFactorLowBand, in qmfSynthesisFilteringSlot()
316 if (synQmf->flags & QMF_FLAG_CLDFB) { in qmfSynthesisFilteringSlot()
317 qmfInverseModulationLP_odd(synQmf, realSlot, scaleFactorLowBand, in qmfSynthesisFilteringSlot()
320 qmfInverseModulationLP_even(synQmf, realSlot, scaleFactorLowBand, in qmfSynthesisFilteringSlot()
325 if (synQmf->flags & QMF_FLAG_NONSYMMETRIC) { in qmfSynthesisFilteringSlot()
326 qmfSynPrototypeFirSlot_NonSymmetric(synQmf, pWorkBuffer, in qmfSynthesisFilteringSlot()
327 pWorkBuffer + synQmf->no_channels, in qmfSynthesisFilteringSlot()
330 qmfSynPrototypeFirSlot(synQmf, pWorkBuffer, in qmfSynthesisFilteringSlot()
331 pWorkBuffer + synQmf->no_channels, timeOut, stride); in qmfSynthesisFilteringSlot()
366 HANDLE_QMF_FILTER_BANK synQmf, /*!< Handle of Qmf Synthesis Bank */ in qmfSynthesisFiltering() argument
376 int L = synQmf->no_channels; in qmfSynthesisFiltering()
380 FDK_ASSERT(synQmf->no_channels >= synQmf->lsb); in qmfSynthesisFiltering()
381 FDK_ASSERT(synQmf->no_channels >= synQmf->usb); in qmfSynthesisFiltering()
385 scaleFactor->hb_scale - synQmf->filterScale; in qmfSynthesisFiltering()
387 scaleFactor->ov_lb_scale - synQmf->filterScale; in qmfSynthesisFiltering()
389 scaleFactor->lb_scale - synQmf->filterScale; in qmfSynthesisFiltering()
391 for (i = 0; i < synQmf->no_col; i++) /* ----- no_col loop ----- */ in qmfSynthesisFiltering()
398 if (!(synQmf->flags & QMF_FLAG_LP)) QmfBufferImagSlot = QmfBufferImag[i]; in qmfSynthesisFiltering()
400 qmfSynthesisFilteringSlot(synQmf, QmfBufferReal[i], QmfBufferImagSlot, in qmfSynthesisFiltering()