Searched refs:norm32 (Results 1 – 8 of 8) sorted by relevance
67 norm_a = norm32(a.sm); /* norm32 defined in ia_basic_ops32.h */ in mult32_var_q()68 norm_b = norm32(b.sm); in mult32_var_q()100 norm_a = norm32(a.sm) - 1; /* norm32 defined in ia_basic_ops32.h */ in add32_var_q()101 norm_b = norm32(b.sm) - 1; /* we normalise a & b only to 30t bit in add32_var_q()142 norm_a = norm32(a.sm) - 1; /* norm32 defined in ia_basic_ops32.h */ in sub32_var_q()143 norm_b = norm32(b.sm) - 1; /* we normalise a & b only to 30t bit in sub32_var_q()
61 k = norm32(num); in sqrtFix_interpolate()96 k = norm32(num); in sqrtFix()
766 static PLATFORM_INLINE WORD norm32(WORD32 a) in norm32() function829 bin_expo_val = 31 - norm32(a); in bin_expo32()1089 q_nr = norm32(a); in div32()1091 q_dr = norm32(b); in div32()
117 expo = norm32(tempo); in norm40()124 expo = 31 - (norm32(tempo)); in norm40()
1103 int norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local1143 norm32 = WebRtcSpl_NormU32(tmpU32no1) - 16; in WebRtcNsx_ComputeSpectralDifference()1144 if (norm32 > 0) { in WebRtcNsx_ComputeSpectralDifference()1145 tmpU32no1 <<= norm32; // Q(prevQMagn+qMagn+norm32) in WebRtcNsx_ComputeSpectralDifference()1147 tmpU32no1 >>= -norm32; // Q(prevQMagn+qMagn+norm32) in WebRtcNsx_ComputeSpectralDifference()1151 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
13 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
11 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@