Searched refs:synQmf (Results 1 – 4 of 4) sorted by relevance
/external/aac/libFDK/src/ |
D | qmf.cpp | 597 HANDLE_QMF_FILTER_BANK synQmf, /*!< Handle of Qmf Synthesis Bank */ in qmfInverseModulationLP_even() argument 604 int L = synQmf->no_channels; in qmfInverseModulationLP_even() 612 scaleValues(&tReal[0], &qmfReal[0], synQmf->lsb, (int)scaleFactorLowBand); in qmfInverseModulationLP_even() 613 scaleValues(&tReal[0 + synQmf->lsb], &qmfReal[0 + synQmf->lsb], in qmfInverseModulationLP_even() 614 synQmf->usb - synQmf->lsb, (int)scaleFactorHighBand); in qmfInverseModulationLP_even() 615 FDKmemclear(&tReal[0 + synQmf->usb], (L - synQmf->usb) * sizeof(FIXP_DBL)); in qmfInverseModulationLP_even() 653 HANDLE_QMF_FILTER_BANK synQmf, /*!< Handle of Qmf Synthesis Bank */ in qmfInverseModulationLP_odd() argument 660 int L = synQmf->no_channels; in qmfInverseModulationLP_odd() 665 scaleValues(pTimeOut + M, qmfReal, synQmf->lsb, scaleFactorLowBand); in qmfInverseModulationLP_odd() 666 scaleValues(pTimeOut + M + synQmf->lsb, qmfReal + synQmf->lsb, in qmfInverseModulationLP_odd() [all …]
|
/external/aac/libFDK/include/ |
D | qmf_pcm.h | 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() [all …]
|
D | qmf.h | 227 HANDLE_QMF_FILTER_BANK synQmf, /*!< Handle of Qmf Synthesis Bank */ 273 void qmfSynthesisFilteringSlot(HANDLE_QMF_FILTER_BANK synQmf, 281 HANDLE_QMF_FILTER_BANK synQmf, /*!< Handle of Qmf Synthesis Bank */ 286 HANDLE_QMF_FILTER_BANK synQmf /*!< Handle of Qmf Synthesis Bank */ 290 HANDLE_QMF_FILTER_BANK synQmf, /*!< Handle of Qmf Synthesis Bank */
|
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 717 HANDLE_QMF_FILTER_BANK synQmf = &hSbrDec->qmfDomainOutCh->fb; in sbr_dec() local 746 FDKmemcpy(synQmfRight->FilterStates, synQmf->FilterStates, in sbr_dec() 756 synQmfRight->no_col = synQmf->no_col; in sbr_dec() 757 synQmfRight->lsb = synQmf->lsb; in sbr_dec() 758 synQmfRight->usb = synQmf->usb; in sbr_dec() 789 for (i = 0; i < synQmf->no_col; i++) { /* ----- no_col loop ----- */ in sbr_dec() 795 FIXP_DBL *rQmfImag = pWorkBuffer + synQmf->no_channels; in sbr_dec() 815 scaleFactorHighBand, synQmf->lsb, synQmf->usb); in sbr_dec() 828 *(pLowBandImag + i), i, synQmf->no_col, in sbr_dec() 838 timeOutRight + (i * synQmf->no_channels * strideOut), strideOut, in sbr_dec() [all …]
|