HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcSpl_GetSizeInBits (Results 1 - 8 of 8) sorted by null

  /external/webrtc/src/common_audio/signal_processing/
get_scaling_square.c 22 int nbits = WebRtcSpl_GetSizeInBits(times);
auto_correlation.c 53 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length); // # of bits in the sum loop
signal_processing_unittest.cc 120 EXPECT_EQ(17, WebRtcSpl_GetSizeInBits(A));
  /external/webrtc/src/common_audio/signal_processing/include/
spl_inl.h 81 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) {
spl_inl_armv7.h 92 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 270 WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(envQ8[0]), 1));
entropy_coding.c 308 res = WEBRTC_SPL_LSHIFT_W32(1, WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(in_sqrt), 1));
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
    [all...]

Completed in 438 milliseconds