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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 709 Word32 maxSpec;
725 maxSpec = 0;
729 maxSpec |= absSpec;
736 if ((maxSpec > 0) && (energy > thresh)) {
743 minSfMaxQuant[i] = iLog4(maxSpec) - 68; /* 68 -16/3*log(MAX_QUANT+0.5-logCon)/log(2) + 1 */
  /external/aac/libAACenc/src/
sf_estim.cpp     [all...]

Completed in 46 milliseconds