OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:K_low
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
levinson_durbin.c
33
int16_t K_hi,
K_low
;
67
K_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp1W32
82
temp1W32 = (((WEBRTC_SPL_MUL_16_16(K_hi,
K_low
) >> 14) + WEBRTC_SPL_MUL_16_16(K_hi, K_hi))
159
K_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp3W32
188
+ (WEBRTC_SPL_MUL_16_16(
K_low
, A_hi[i-j]) >> 15)) << 1);
206
temp1W32 = (((WEBRTC_SPL_MUL_16_16(K_hi,
K_low
) >> 14)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
79
int16_t K_hi,
K_low
; /* reflection coefficient in high precision */
110
K_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp1W32 - WEBRTC_SPL_LSHIFT_W32((int32_t)K_hi, 16)), 1);
123
temp1W32 = WEBRTC_SPL_LSHIFT_W32((WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(K_hi,
K_low
), 14) +
197
K_low
= (int16_t)WEBRTC_SPL_RSHIFT_W32((temp3W32 - WEBRTC_SPL_LSHIFT_W32((int32_t)K_hi, 16)), 1);
223
WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(
K_low
, A_hi[i-j]), 15) ), 1); /* temp1W32 += K*A[i-j] in Q27 */
238
temp1W32 = WEBRTC_SPL_LSHIFT_W32((WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(K_hi,
K_low
), 14) +
[
all
...]
Completed in 24 milliseconds