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

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
sqrt_of_one_minus_x_squared.c 32 sq = WebRtcSpl_Sqrt(sq); // sqrt(1-x^2) in Q15
spl_sqrt.c 13 * This file contains the function WebRtcSpl_Sqrt().
71 int32_t WebRtcSpl_Sqrt(int32_t value)
signal_processing_unittest.cc 174 EXPECT_EQ(33700, WebRtcSpl_Sqrt(A));
  /external/webrtc/src/common_audio/signal_processing/
sqrt_of_one_minus_x_squared.c 32 sq = WebRtcSpl_Sqrt(sq); // sqrt(1-x^2) in Q15
spl_sqrt.c 13 * This file contains the function WebRtcSpl_Sqrt().
71 WebRtc_Word32 WebRtcSpl_Sqrt(WebRtc_Word32 value)
signal_processing_unittest.cc 133 EXPECT_EQ(10, WebRtcSpl_Sqrt(A));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 551 targetEnergy = WebRtcSpl_Sqrt(inst->dec_used_energy);
553 En = (int16_t) WebRtcSpl_Sqrt(En) << 6;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c 754 state->stdShortTerm = (int16_t)WebRtcSpl_Sqrt(tmp32);
770 state->stdLongTerm = (int16_t)WebRtcSpl_Sqrt(tmp32);
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 759 state->stdShortTerm = (WebRtc_Word16)WebRtcSpl_Sqrt(tmp32);
775 state->stdLongTerm = (WebRtc_Word16)WebRtcSpl_Sqrt(tmp32);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c     [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 666 int32_t WebRtcSpl_Sqrt(int32_t value);
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 353 WebRtc_Word32 WebRtcSpl_Sqrt(WebRtc_Word32 value);
    [all...]

Completed in 446 milliseconds