OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b1_high
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
chebyshev.c
34
int16_t
b1_high
, b1_low; /* Use the high, low format to increase the accuracy */
local
49
b1_high
= (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp1W32, 16);
50
b1_low = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp1W32-WEBRTC_SPL_LSHIFT_W32(((int32_t)
b1_high
),16), 1);
53
tmp1W32 = WEBRTC_SPL_LSHIFT_W32( (WEBRTC_SPL_MUL_16_16(
b1_high
, x) +
64
b1_high
= (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp1W32, 16);
65
b1_low = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp1W32-WEBRTC_SPL_LSHIFT_W32(((int32_t)
b1_high
),16), 1);
68
tmp1W32 = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(
b1_high
, x), 1) +
Completed in 230 milliseconds