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

  /external/aac/libSBRdec/src/
psdec.h 291 FIXP_DBL aPrevNrgBin[NO_MID_RES_BINS]; /*!< energy of previous frame */
psdec.cpp 306 FDKmemclear(h_ps_d->specificTo.mpeg.aPrevNrgBin, NO_MID_RES_BINS*sizeof(FIXP_DBL));
468 scaleValues( h_ps_d->specificTo.mpeg.aPrevNrgBin, NO_MID_RES_BINS, scale );
687 nrg = h_ps_d->specificTo.mpeg.aPrevNrgBin[bin] + fMult( INT_FILTER_COEFF, aaPowerSlot[bin] - h_ps_d->specificTo.mpeg.aPrevNrgBin[bin] );
694 h_ps_d->specificTo.mpeg.aPrevNrgBin[bin] = nrg;
    [all...]

Completed in 2046 milliseconds