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 621 INT tmpScale;
622 tmpScale = CountLeadingBits(nrg);
623 nrg <<= tmpScale;
625 nrg >>= tmpScale;
    [all...]
sbr_encoder.cpp     [all...]

Completed in 82 milliseconds