OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp16_2
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/src/common_audio/vad/
vad_sp.c
29
int16_t tmp16_1 = 0,
tmp16_2
= 0;
local
45
tmp16_2
= (int16_t) ((tmp32_2 >> 1) +
47
*signal_out++ +=
tmp16_2
;
49
WEBRTC_SPL_MUL_16_16_RSFT(kAllPassCoefsQ13[1],
tmp16_2
, 12);
vad_core.c
338
WebRtc_Word16 tmp16, tmp16_1,
tmp16_2
;
local
646
//
tmp16_2
= ~0.2 * (kMinimumDifference - diff) in Q7
648
tmp16_2
= (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(3, tmp16, 2);
661
tmp16 = *nmean1ptr -
tmp16_2
;
667
tmp16 = *nmean2ptr -
tmp16_2
;
674
tmp16_2
= (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(smid, 7);
675
if (
tmp16_2
> maxspe)
677
tmp16_2
-= maxspe;
679
*smean1ptr -=
tmp16_2
;
680
*smean2ptr -=
tmp16_2
;
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
377
WebRtc_Word16 tmp16_1,
tmp16_2
;
local
424
tmp16_2
= (0x0400 | (tmp16 & 0x03FF));
427
expPg=(WebRtc_Word16) -WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
429
expPg=(WebRtc_Word16) -WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
438
tmp16_2
= (0x0400 | (tmp16 & 0x03FF));
441
expPg=(WebRtc_Word16) WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
443
expPg=(WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
455
WebRtc_Word16 tmp16_1,
tmp16_2
;
local
457
tmp16_2
=(WebRtc_Word16)(0x0400|(x&0x03FF));
460
return (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1)
[
all
...]
pitch_estimator.c
54
WebRtc_Word16 tmp16_1,
tmp16_2
;
local
56
tmp16_2
=(WebRtc_Word16)(0x0400|(x&0x03FF));
59
return (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
61
return (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
decode_plc.c
110
WebRtc_Word16 tmp16_1,
tmp16_2
;
local
112
tmp16_2
=(WebRtc_Word16)(0x0400|(x&0x03FF));
115
return (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(
tmp16_2
, tmp16_1);
117
return (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W16(
tmp16_2
, -tmp16_1);
Completed in 507 milliseconds