OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A_upd_low
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
levinson_durbin.c
31
int16_t A_upd_hi[SPL_LEVINSON_MAXORDER + 1],
A_upd_low
[SPL_LEVINSON_MAXORDER + 1];
183
A_upd_low
[j] = (int16_t)(
192
A_upd_low
[i] = (int16_t)(
226
A_low[j] =
A_upd_low
[j];
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
77
int16_t A_upd_hi[LEVINSON_MAX_ORDER+1],
A_upd_low
[LEVINSON_MAX_ORDER+1];
221
A_upd_low
[j] = (int16_t)((temp1W32 - ((int32_t)A_upd_hi[j] << 16)) >> 1);
228
A_upd_low
[i] = (int16_t)((temp3W32 - ((int32_t)A_upd_hi[i] << 16)) >> 1);
261
A_low[j] =
A_upd_low
[j];
Completed in 275 milliseconds