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

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

Completed in 308 milliseconds