OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WEBRTC_SPL_LSHIFT_W16
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
lpc_to_refl_coef.c
29
k16[use_order - 1] =
WEBRTC_SPL_LSHIFT_W16
(a16[use_order], 3); //Q12<<3 => Q15
signal_processing_unittest.cc
95
EXPECT_EQ(32766,
WEBRTC_SPL_LSHIFT_W16
(a, 1));
/external/webrtc/src/modules/audio_processing/agc/
digital_agc.c
238
tmp16 =
WEBRTC_SPL_LSHIFT_W16
(2, 14) - constLinApprox;
245
tmp16 = constLinApprox -
WEBRTC_SPL_LSHIFT_W16
(1, 14);
478
zeros =
WEBRTC_SPL_LSHIFT_W16
(zeros, 9) - WEBRTC_SPL_RSHIFT_W16(frac, 3);
486
zeros_fast =
WEBRTC_SPL_LSHIFT_W16
(zeros_fast, 9);
643
state->meanLongTerm =
WEBRTC_SPL_LSHIFT_W16
(15, 10);
650
state->meanShortTerm =
WEBRTC_SPL_LSHIFT_W16
(15, 10);
737
dB =
WEBRTC_SPL_LSHIFT_W16
(15 - zeros, 11);
778
tmp16 =
WEBRTC_SPL_LSHIFT_W16
(3, 12);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
38
k16[useOrder-1]=
WEBRTC_SPL_LSHIFT_W16
(a16[useOrder], 4); //Q11<<4 => Q15
357
lg2= (
WEBRTC_SPL_LSHIFT_W16
((31-zeros), 8)+frac);
427
expPg=(WebRtc_Word16) -
WEBRTC_SPL_LSHIFT_W16
(tmp16_2, -tmp16_1);
433
expPg32 = (WebRtc_Word32)
WEBRTC_SPL_LSHIFT_W16
((WebRtc_Word32)expPg, 8); /* Q22 */
441
expPg=(WebRtc_Word16)
WEBRTC_SPL_LSHIFT_W16
(tmp16_2, -tmp16_1);
462
return (WebRtc_Word16)
WEBRTC_SPL_LSHIFT_W16
(tmp16_2, -tmp16_1);
737
tmp = WEBRTC_SPL_MUL_16_32_RSFT15(
WEBRTC_SPL_LSHIFT_W16
(alpha, (sh-shMem)), tmp); // Shift alpha the number of times required to get tmp in QdomLO
740
tmp = WEBRTC_SPL_MUL_16_32_RSFT15(
WEBRTC_SPL_LSHIFT_W16
(alpha, 6), tmp); // Shift alpha as much as possible without overflow the number of times required to get tmp in QdomHI
787
tmp = WEBRTC_SPL_MUL_16_32_RSFT15(
WEBRTC_SPL_LSHIFT_W16
(alpha, (sh-shMem)), tmp); // Shift alpha the number of times required to get tmp in QdomHI
794
tmp = WEBRTC_SPL_MUL_16_32_RSFT15(
WEBRTC_SPL_LSHIFT_W16
(alpha, 6), tmp); // Shift alpha as much as possible without overflow the number of times required (…)
[
all
...]
pitch_filter.c
219
tmpW16 =
WEBRTC_SPL_LSHIFT_W16
(indW16, 7);
decode_plc.c
103
lg2= (
WEBRTC_SPL_LSHIFT_W16
((31-zeros), 8)+frac);
117
return (WebRtc_Word16)
WEBRTC_SPL_LSHIFT_W16
(tmp16_2, -tmp16_1);
pitch_estimator.c
61
return (WebRtc_Word16)
WEBRTC_SPL_LSHIFT_W16
(tmp16_2, -tmp16_1);
/external/webrtc/src/common_audio/vad/
vad_core.c
396
pos =
WEBRTC_SPL_LSHIFT_W16
(n, 1);
491
pos =
WEBRTC_SPL_LSHIFT_W16
(n, 1);
531
ndelt =
WEBRTC_SPL_LSHIFT_W16
(backval, 4);
538
tmp16 =
WEBRTC_SPL_LSHIFT_W16
(k+5, 7);
541
tmp16 =
WEBRTC_SPL_LSHIFT_W16
(72+k-n, 7);
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c
[
all
...]
/external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h
149
#define
WEBRTC_SPL_LSHIFT_W16
(x, c) ((x) << (c))
[
all
...]
/external/webrtc/src/modules/audio_processing/ns/
nsx_core.c
[
all
...]
Completed in 41 milliseconds