HomeSort by relevance Sort by last modified time
    Searched full:thresholdpart (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacenc/src/
sf_estim.c 707 Word32 energyPart, thresholdPart;
739 thresholdPart = iLog4(thresh);
741 scfInt = ((thresholdPart - energyPart - 20) * SCALE_ESTIMATE_COEF) >> 15;

Completed in 46 milliseconds