Searched defs:qmfScale (Results 1 - 4 of 4) sorted by relevance

/external/aac/libSBRenc/src/
H A Denv_est.h141 int qmfScale; member in struct:ENV_CHANNEL
H A Dps_main.cpp308 SCHAR *qmfScale
401 *qmfScale = -downmixScale + 7;
427 if (hParametricStereo->qmfDelayScale > *qmfScale) {
428 scale = hParametricStereo->qmfDelayScale - *qmfScale;
432 scale = *qmfScale - hParametricStereo->qmfDelayScale;
443 scale = *qmfScale;
444 *qmfScale = FDKmin(*qmfScale, hParametricStereo->qmfDelayScale);
472 SCHAR *qmfScale,
532 if (PSENC_OK != (error = DownmixPSQmfData(hParametricStereo, sbrSynthQmf, downmixedRealQmfData, downmixedImagQmfData, downsampledOutSignal, &hParametricStereo->pHybridData[HYBRID_READ_OFFSET], hParametricStereo->noQmfSlots, psQmfScale, qmfScale))) {
463 FDKsbrEnc_PSEnc_ParametricStereoProcessing( HANDLE_PARAMETRIC_STEREO hParametricStereo, INT_PCM *samples[2], UINT timeInStride, QMF_FILTER_BANK **hQmfAnalysis, FIXP_QMF **RESTRICT downmixedRealQmfData, FIXP_QMF **RESTRICT downmixedImagQmfData, INT_PCM *downsampledOutSignal, HANDLE_QMF_FILTER_BANK sbrSynthQmf, SCHAR *qmfScale, const int sendHeader ) argument
[all...]
H A Denv_est.cpp122 INT *qmfScale, /*!< sclefactor of QMF subsamples */
140 scale = (FRACT_BITS-1-*qmfScale);
146 *qmfScale += scale;
188 *energyScale = 2*(*qmfScale)-1; /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
212 int *qmfScale, /*!< sclefactor of QMF subsamples */
233 scale = (FRACT_BITS-1-*qmfScale);
239 *qmfScale += scale;
274 *energyScale = 2*(*qmfScale)-1; /* if qmfScale >
117 FDKsbrEnc_getEnergyFromCplxQmfData(FIXP_DBL **RESTRICT energyValues, FIXP_DBL **RESTRICT realValues, FIXP_DBL **RESTRICT imagValues, INT numberBands, INT numberCols, INT *qmfScale, INT *energyScale) argument
207 FDKsbrEnc_getEnergyFromCplxQmfDataFull(FIXP_DBL **RESTRICT energyValues, FIXP_DBL **RESTRICT realValues, FIXP_DBL **RESTRICT imagValues, int numberBands, int numberCols, int *qmfScale, int *energyScale) argument
[all...]
H A Dsbr_encoder.cpp1010 h_envChan->qmfScale = tmpScale.lb_scale + 7;
1042 SCHAR qmfScale; local
1052 &qmfScale,
1058 h_envChan->qmfScale = (int)qmfScale;

Completed in 244 milliseconds