HomeSort by relevance Sort by last modified time
    Searched refs:nrgVector (Results 1 - 4 of 4) sorted by null

  /external/aac/libSBRenc/src/
invf_est.h 156 FIXP_DBL *nrgVector,
ton_corr.h 139 FIXP_DBL nrgVector[MAX_NO_OF_ESTIMATES]; /*!< Vector holding the averaged energies for every QMF band. */
ton_corr.cpp 109 The samples in nrgVector are scaled by 1.0/16.0
137 FIXP_DBL* RESTRICT nrgVector = hTonCorr->nrgVector;
167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
168 FDKmemclear(nrgVector+startIndexMatrix,(totNoEst-startIndexMatrix)*sizeof(FIXP_DBL));
296 nrgVector[timeIndex] += ((ac->r00r) >> fixMin(DFRACT_BITS-1,(2*qmfScale+autoCorrScaling + SCALE_NRGVEC)));
386 hTonCorr->nrgVector,
    [all...]
invf_est.cpp 190 FIXP_DBL *nrgVector, /*!< Energy vector. */
228 detectorValues->avgNrg += fMult(nrgVector[j], invIndex);
422 FIXP_DBL *nrgVector, /*!< The energy vector. */
442 nrgVector,

Completed in 1568 milliseconds