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

  /external/aac/libSBRenc/src/
env_est.cpp 513 INT tmpScale;
514 tmpScale = CountLeadingBits(nrg);
515 nrg <<= tmpScale;
517 nrg >>= tmpScale;
800 INT tmpScale;
802 tmpScale = CountLeadingBits(nrgLeft);
803 nrgLeft = nrgLeft << tmpScale;
806 tmp1 = ((FIXP_DBL) (commonScale+tmpScale)) << (DFRACT_BITS-1-LD_DATA_SHIFT-1); /* scaled by 1/64 */
    [all...]
sbr_encoder.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 407 milliseconds