Searched refs:WebRtcSpl_GetSizeInBits (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
H A Dget_scaling_square.c22 int nbits = WebRtcSpl_GetSizeInBits(times);
H A Dauto_correlation.c53 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length); // # of bits in the sum loop
H A Dsignal_processing_unittest.cc120 EXPECT_EQ(17, WebRtcSpl_GetSizeInBits(A));
/external/webrtc/src/common_audio/signal_processing/include/
H A Dspl_inl.h81 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) { function
H A Dspl_inl_armv7.h92 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) { function
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c270 WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(envQ8[0]), 1));
H A Dentropy_coding.c308 res = WEBRTC_SPL_LSHIFT_W32(1, WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(in_sqrt), 1));
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);

Completed in 109 milliseconds