Home
last modified time | relevance | path

Searched refs:A_upd_low (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dlevinson_durbin.c31 int16_t A_upd_hi[SPL_LEVINSON_MAXORDER + 1], A_upd_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
183 A_upd_low[j] = (int16_t)( in WebRtcSpl_LevinsonDurbin()
192 A_upd_low[i] = (int16_t)( in WebRtcSpl_LevinsonDurbin()
226 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c77 int16_t A_upd_hi[LEVINSON_MAX_ORDER+1], A_upd_low[LEVINSON_MAX_ORDER+1]; in WebRtcSpl_LevinsonW32_JSK() local
221 A_upd_low[j] = (int16_t)((temp1W32 - ((int32_t)A_upd_hi[j] << 16)) >> 1); in WebRtcSpl_LevinsonW32_JSK()
228 A_upd_low[i] = (int16_t)((temp3W32 - ((int32_t)A_upd_hi[i] << 16)) >> 1); in WebRtcSpl_LevinsonW32_JSK()
261 A_low[j] =A_upd_low[j]; in WebRtcSpl_LevinsonW32_JSK()