Lines Matching refs:pWorkBuffer
311 FIXP_DBL *pWorkBuffer) { in qmfSynthesisFilteringSlot() argument
314 scaleFactorHighBand, pWorkBuffer); in qmfSynthesisFilteringSlot()
318 scaleFactorHighBand, pWorkBuffer); in qmfSynthesisFilteringSlot()
321 scaleFactorHighBand, pWorkBuffer); 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()
373 FIXP_DBL *pWorkBuffer /*!< pointer to temporal working buffer */ in qmfSynthesisFiltering() argument
402 timeOut + (i * L * stride), stride, pWorkBuffer); in qmfSynthesisFiltering()
531 FIXP_DBL *pWorkBuffer /*!< pointer to temporal working buffer */ in qmfAnalysisFilteringSlot() argument
551 qmfAnaPrototypeFirSlot_NonSymmetric(pWorkBuffer, anaQmf->no_channels, in qmfAnalysisFilteringSlot()
555 qmfAnaPrototypeFirSlot(pWorkBuffer, anaQmf->no_channels, anaQmf->p_filter, in qmfAnalysisFilteringSlot()
561 qmfForwardModulationLP_odd(anaQmf, pWorkBuffer, qmfReal); in qmfAnalysisFilteringSlot()
563 qmfForwardModulationLP_even(anaQmf, pWorkBuffer, qmfReal); in qmfAnalysisFilteringSlot()
566 qmfForwardModulationHQ(anaQmf, pWorkBuffer, qmfReal, qmfImag); in qmfAnalysisFilteringSlot()
598 FIXP_DBL *pWorkBuffer /*!< pointer to temporal working buffer */ in qmfAnalysisFiltering() argument
615 pWorkBuffer); in qmfAnalysisFiltering()