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

  /external/aac/libAACenc/src/
aacenc_pns.h 102 FIXP_DBL minCorrelationEnergy;
aacenc_pns.cpp 99 /* minCorrelationEnergy = (1.0e-10f)^2 ~ 2^-67 = 2^-47 * 2^-20 */
100 static const FIXP_DBL minCorrelationEnergy = FL2FXCONST_DBL(0.0); /* FL2FXCONST_DBL((float)FDKpow(2.0,-47)); */
155 pnsConf->minCorrelationEnergy = minCorrelationEnergy;

Completed in 19 milliseconds