Searched defs:maxSpec (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dsf_estim.c709 Word32 maxSpec; local
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 */

Completed in 66 milliseconds