OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_low
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
division_operations.c
102
int16_t approx, tmp_hi,
tmp_low
, num_hi, num_low;
local
117
tmp_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((tmpW32
121
tmpW32 = ((WEBRTC_SPL_MUL_16_16(tmp_hi, approx) + (WEBRTC_SPL_MUL_16_16(
tmp_low
, approx)
126
tmp_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((tmpW32
136
tmpW32 = (WEBRTC_SPL_MUL_16_16(num_hi, tmp_hi) + (WEBRTC_SPL_MUL_16_16(num_hi,
tmp_low
)
levinson_durbin.c
36
int16_t tmp_hi,
tmp_low
;
local
90
tmp_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp1W32
95
+ (WEBRTC_SPL_MUL_16_16(R_hi[0],
tmp_low
) >> 15)
214
tmp_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp1W32
219
+ (WEBRTC_SPL_MUL_16_16(Alpha_hi,
tmp_low
) >> 15)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
82
int16_t tmp_hi,
tmp_low
;
local
131
tmp_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp1W32 - WEBRTC_SPL_LSHIFT_W32((int32_t)tmp_hi, 16)), 1);
135
WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(R_hi[0],
tmp_low
), 15) +
246
tmp_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp1W32 - WEBRTC_SPL_LSHIFT_W32((int32_t)tmp_hi, 16)), 1);
250
WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(Alpha_hi,
tmp_low
), 15) +
[
all
...]
Completed in 50 milliseconds