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

  /external/webrtc/src/common_audio/signal_processing/
auto_corr_to_refl_coef.c 91 *pptr = WEBRTC_SPL_ADD_SAT_W16( *pptr, tmp );
96 *pptr = WEBRTC_SPL_ADD_SAT_W16( *(pptr+1), tmp );
99 *wptr = WEBRTC_SPL_ADD_SAT_W16( *wptr, tmp );
signal_processing_unittest.cc 81 EXPECT_EQ(16380, WEBRTC_SPL_ADD_SAT_W16(a, b));
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filters.c 120 out[n]=WEBRTC_SPL_ADD_SAT_W16(data_vec[WEBRTC_SPL_MUL_16_16(2, n)], data_vec[WEBRTC_SPL_MUL_16_16(2, n)+1]);
decode.c 137 Vector_Word16_1[k] = WEBRTC_SPL_ADD_SAT_W16(
decode_plc.c 759 Vector_Word16_1[i] = (WebRtc_Word16)WEBRTC_SPL_ADD_SAT_W16(
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 134 #define WEBRTC_SPL_ADD_SAT_W16(a, b) WebRtcSpl_AddSatW16(a, b)
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 646 inst->synthesisBuffer[i] = WEBRTC_SPL_ADD_SAT_W16(inst->synthesisBuffer[i],
    [all...]

Completed in 209 milliseconds