OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_low
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/common_audio/signal_processing_library/main/source/
division_operations.c
103
WebRtc_Word16 approx, tmp_hi,
tmp_low
, num_hi, num_low;
local
118
tmp_low
= (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((tmpW32
122
tmpW32 = ((WEBRTC_SPL_MUL_16_16(tmp_hi, approx) + (WEBRTC_SPL_MUL_16_16(
tmp_low
, approx)
127
tmp_low
= (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((tmpW32
137
tmpW32 = (WEBRTC_SPL_MUL_16_16(num_hi, tmp_hi) + (WEBRTC_SPL_MUL_16_16(num_hi,
tmp_low
)
levinson_durbin.c
36
WebRtc_Word16 tmp_hi,
tmp_low
;
local
90
tmp_low
= (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((temp1W32
95
+ (WEBRTC_SPL_MUL_16_16(R_hi[0],
tmp_low
) >> 15)
214
tmp_low
= (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((temp1W32
219
+ (WEBRTC_SPL_MUL_16_16(Alpha_hi,
tmp_low
) >> 15)
Completed in 25 milliseconds