Home
last modified time | relevance | path

Searched refs:norm32 (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/encoder/
Dvar_q_operator.c67 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()
Dsqrt_interp.c61 k = norm32(num); in sqrtFix_interpolate()
96 k = norm32(num); in sqrtFix()
Dia_basic_ops32.h766 static PLATFORM_INLINE WORD norm32(WORD32 a) in norm32() function
829 bin_expo_val = 31 - norm32(a); in bin_expo32()
1089 q_nr = norm32(a); in div32()
1091 q_dr = norm32(b); in div32()
Dia_basic_ops40.h117 expo = norm32(tempo); in norm40()
124 expo = 31 - (norm32(tempo)); in norm40()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c1103 int norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local
1143 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()
/external/libxaac/decoder/armv7/
Dixheaacd_mps_complex_fft_64_asm.s13 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
Dixheaacd_complex_ifft_p2.s11 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
Dixheaacd_complex_fft_p2.s11 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@