OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp16_2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/vad/
vad_sp.c
31
int16_t tmp16_1 = 0,
tmp16_2
= 0;
local
47
tmp16_2
= (int16_t) ((tmp32_2 >> 1) +
49
*signal_out++ +=
tmp16_2
;
51
WEBRTC_SPL_MUL_16_16_RSFT(kAllPassCoefsQ13[1],
tmp16_2
, 12);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c
45
int16_t tmp16_1,
tmp16_2
;
local
47
tmp16_2
=(int16_t)(0x0400|(x&0x03FF));
50
return (int16_t) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
52
return (int16_t) WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
decode_plc.c
110
int16_t tmp16_1,
tmp16_2
;
local
112
tmp16_2
=(int16_t)(0x0400|(x&0x03FF));
115
return (int16_t) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
117
return (int16_t) WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
lpc_masking_model.c
377
int16_t tmp16_1,
tmp16_2
;
local
424
tmp16_2
= (0x0400 | (tmp16 & 0x03FF));
427
expPg=(int16_t) -WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
429
expPg=(int16_t) -WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
438
tmp16_2
= (0x0400 | (tmp16 & 0x03FF));
441
expPg=(int16_t) WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
443
expPg=(int16_t) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
455
int16_t tmp16_1,
tmp16_2
;
local
457
tmp16_2
=(int16_t)(0x0400|(x&0x03FF));
460
return (int16_t) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1)
[
all
...]
Completed in 38 milliseconds