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

  /external/aac/libSBRenc/src/
ps_encode.h 156 UCHAR psBandNrgScale [PS_MAX_BANDS];
ps_encode.cpp 735 FDKmemclear(hPsEncode->psBandNrgScale, PS_MAX_BANDS*sizeof(SCHAR));
746 hPsEncode->psBandNrgScale[bin] = (hPsEncode->psBandNrgScale[bin]==0)
748 : (fixMax(hPsEncode->iidGroupWidthLd[group],hPsEncode->psBandNrgScale[bin]) + 1) ;
889 int bScale = hPsEncode->psBandNrgScale[bin];
    [all...]

Completed in 58 milliseconds