OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WEBRTC_SPL_ADD_SAT_W16
(Results
1 - 9
of
9
) 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/modules/audio_processing/agc/
digital_agc.c
764
WEBRTC_SPL_ADD_SAT_W16
(state->counter, 1));
770
WEBRTC_SPL_ADD_SAT_W16
(state->counter, 1));
/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 3374 milliseconds