Searched refs:fNormz (Results 1 – 16 of 16) sorted by relevance
124 const int len_scale = fMax(DFRACT_BITS - fNormz((FIXP_DBL)(len / 2)), 1); in autoCorr2nd_real()201 const int len_scale = fMax(DFRACT_BITS - fNormz((FIXP_DBL)len), 1); in autoCorr2nd_cplx()
135 ld2_length = DFRACT_BITS - 1 - fNormz((FIXP_DBL)length) - 1; in dct_getTables()
285 log2_tl = DFRACT_BITS - 1 - fNormz((FIXP_DBL)tl); in imdct_gain()
4077 ld2_length = DFRACT_BITS - 1 - fNormz((FIXP_DBL)length) - 1; in FDKgetWindowSlope()
287 FDK_INLINE INT fNormz(INT64 x) { in fNormz() function292 FDK_INLINE INT fNormz(FIXP_DBL x) { return fixnormz_D(x); } in fNormz() function293 FDK_INLINE INT fNormz(FIXP_SGL x) { return fixnormz_S(x); } in fNormz() function
334 *shift = fNormz(val) - 1; /* CountLeadingBits() is not necessary here since in invSqrtNorm2()825 b_norm = fNormz(x_m) - 1; in fLog2()
253 freeBits = fNormz(value); in EvaluatePower43()
989 INT width_shift = (INT)(fNormz((FIXP_DBL)n)); in get_gain()
747 INT shift = (INT)(fNormz((FIXP_DBL)lg)); in calcEnergy()
274 fNormz((FIXP_DBL)fMax( in addLowbandEnergies()278 fNormz((FIXP_DBL)fMax( in addLowbandEnergies()953 int tmp_headroom = fNormz(Energies[timeSlot][band]) - 1; in FDKsbrEnc_fastTransientDetect()
788 envNrg_scale = DFRACT_BITS - fNormz((FIXP_DBL)no_of_bands); in calculateSbrEnvelope()
229 const int headroom1 = fNormz(fixp_abs(value1)) - 1; in fixpAddNorm()230 const int headroom2 = fNormz(fixp_abs(*pValue2)) - 1; in fixpAddNorm()
654 INT exponent = (INT)fNormz(op_m) - 1; in invCubeRootNorm2()776 INT exponent = (INT)fNormz(op_m) - 1; in invFourthRootNorm2()892 INT exponent = (INT)fNormz(op_m) - 1; in inv3EigthRootNorm2()
538 int preShift2 = 32 - fNormz((FIXP_DBL)nbSubsample); in apply_inter_tes()568 int postShift = 32 - fNormz((FIXP_DBL)lowSubband); in apply_inter_tes()609 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes()
333 const int headroom1 = fNormz(fixp_abs(value1)) - 1; in fixpAdd()334 const int headroom2 = fNormz(fixp_abs(*pValue2)) - 1; in fixpAdd()
958 bitsParamSlot = fMax(0, DFRACT_BITS - 1 - fNormz((FIXP_DBL)i)); in nBitsParamSlot()