Home
last modified time | relevance | path

Searched refs:fNorm (Results 1 – 4 of 4) sorted by relevance

/external/aac/libFDK/include/
Dscale.h150 if (fNorm(value) < scalefactor && value != (FIXP_DBL)0) { in scaleValueSaturate()
Dcommon_fix.h242 FDK_INLINE INT fNorm(FIXP_DBL x) in fNorm() function
244 FDK_INLINE INT fNorm(FIXP_SGL x) in fNorm() function
/external/aac/libSBRdec/src/
Denv_calc.cpp1049 ov_reserve = fNorm(maxVal); in calculateSbrEnvelope()
1059 reserve = fNorm(maxVal); in calculateSbrEnvelope()
1428 shift = fNorm(accu); in calcNrgPerSubband()
1549 shift = fNorm(sumAll); in calcNrgPerSfb()
/external/aac/libFDK/src/
Dfixpoint_math.cpp866 enorm = DFRACT_BITS - fNorm((FIXP_DBL)x_e); in fLog2()