Searched refs:fNormz (Results 1 – 8 of 8) sorted by relevance
241 freeBits = fNormz (value) ; in EvaluatePower43()
440 …*shift = fNormz(val) - 1; /* CountLeadingBits() is not necessary here since test value is always … in invSqrtNorm2()843 b_norm = fNormz(x_m)-1; in fLog2()
118 log2_tl = DFRACT_BITS-1-fNormz((FIXP_DBL)tl); in imdct_gain()
275 ld2_length = DFRACT_BITS-1-fNormz((FIXP_DBL)length) - 1; in getTables()
1221 ld2_length = DFRACT_BITS-1-fNormz((FIXP_DBL)length) - 1; in FDKgetWindowSlope()
238 FDK_INLINE INT fNormz(FIXP_DBL x) in fNormz() function240 FDK_INLINE INT fNormz(FIXP_SGL x) in fNormz() function
370 const int headroom1 = fNormz(fixp_abs(value1))-1; in fixpAdd()371 const int headroom2 = fNormz(fixp_abs(*pValue2))-1; in fixpAdd()
631 envNrg_scale = DFRACT_BITS-fNormz((FIXP_DBL)no_of_bands); in calculateSbrEnvelope()