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

/external/aac/libSBRdec/src/
H A Denv_calc.cpp141 FIXP_DBL nrgEst[MAX_FREQ_COEFFS]; member in struct:__anon201
165 FIXP_DBL *nrgEst,
298 FIXP_DBL* nrgEst = nrgs->nrgEst; /*!< subband energy before amplification */ local
353 FIXP_DBL tmp = nrgEst[k];
386 tmp = fMult(nrgGain[k],nrgEst[k]);
447 \f$ gain = \sqrt{ \frac{nrgRef}{nrgEst} \cdot (1 - noiseRatio) }
452 bitstream and <em>nrgEst</em> is the subband energy before adjustment.
651 pNrgs->nrgEst,
660 pNrgs->nrgEst,
1334 calcNrgPerSubband(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int lowSubband, int highSubband, int start_pos, int next_pos, SCHAR frameExp, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
1455 calcNrgPerSfb(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int nSfb, UCHAR *freqBandTable, int start_pos, int next_pos, SCHAR input_e, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
1598 FIXP_DBL nrgEst = nrgs->nrgEst[i]; /*!< Energy in transposed signal */ local
1702 FIXP_DBL *nrgEst = nrgs->nrgEst; /*!< Energy in transposed signal */ local
[all...]

Completed in 1232 milliseconds