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

  /external/aac/libSBRenc/src/
env_est.cpp 516 INT tmpScale;
517 tmpScale = CountLeadingBits(nrg);
518 nrg <<= tmpScale;
520 nrg >>= tmpScale;
797 INT tmpScale;
799 tmpScale = CountLeadingBits(nrgLeft);
800 nrgLeft = nrgLeft << tmpScale;
803 tmp1 = ((FIXP_DBL) (commonScale+tmpScale)) << (DFRACT_BITS-1-LD_DATA_SHIFT-1); /* scaled by 1/64 */
    [all...]
sbr_encoder.cpp     [all...]

Completed in 46 milliseconds