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

  /external/webrtc/src/common_audio/signal_processing/
dot_product_with_scale.c 13 * This file contains the function WebRtcSpl_DotProductWithScale().
20 WebRtc_Word32 WebRtcSpl_DotProductWithScale(WebRtc_Word16 *vector1, WebRtc_Word16 *vector2,
signal_processing_unittest.cc 283 EXPECT_EQ(306962, WebRtcSpl_DotProductWithScale(b16, b16, kVectorSize, 2));
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 370 WebRtc_Word32 WebRtcSpl_DotProductWithScale(WebRtc_Word16* vector1,
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 309 ptr[i] = WebRtcSpl_DotProductWithScale(tmp_speech, tmp_speech, 16, 4);
    [all...]

Completed in 52 milliseconds