OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp16_1
(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
40
tmp16_1
= (int16_t) ((tmp32_1 >> 1) +
42
*signal_out =
tmp16_1
;
44
WEBRTC_SPL_MUL_16_16_RSFT(kAllPassCoefsQ13[0],
tmp16_1
, 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
48
tmp16_1
=-(int16_t)WEBRTC_SPL_RSHIFT_W16(x,10);
49
if(
tmp16_1
>0)
50
return (int16_t) WEBRTC_SPL_RSHIFT_W16(tmp16_2,
tmp16_1
);
52
return (int16_t) WEBRTC_SPL_LSHIFT_W16(tmp16_2, -
tmp16_1
);
63
int16_t t16, tmp16,
tmp16_1
;
local
90
tmp16_1
=(int16_t)WEBRTC_SPL_MUL_16_16(t16,t16); /* Q8*Q8=Q16 */
91
tmp16_1
= WEBRTC_SPL_RSHIFT_W16(
tmp16_1
,2); /* Q16>>2 = Q14 */
93
tmp16 =
tmp16_1
-t16
[
all
...]
decode_plc.c
110
int16_t
tmp16_1
, tmp16_2;
local
113
tmp16_1
=-(int16_t)WEBRTC_SPL_RSHIFT_W16(x,10);
114
if(
tmp16_1
>0)
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
425
tmp16_1
= (WEBRTC_SPL_RSHIFT_W16((uint16_t)(tmp16 ^ 0xFFFF), 10)-3); /* Gives result in Q14 */
426
if (
tmp16_1
<0)
427
expPg=(int16_t) -WEBRTC_SPL_LSHIFT_W16(tmp16_2, -
tmp16_1
);
429
expPg=(int16_t) -WEBRTC_SPL_RSHIFT_W16(tmp16_2,
tmp16_1
);
439
tmp16_1
= (WEBRTC_SPL_RSHIFT_W16((uint16_t)(tmp16 ^ 0xFFFF), 10)-3); /* Gives result in Q14 */
440
if (
tmp16_1
<0)
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
[
all
...]
Completed in 86 milliseconds