Searched refs:A_upd_hi (Results 1 – 1 of 1) sorted by relevance
31 WebRtc_Word16 A_upd_hi[SPL_LEVINSON_MAXORDER + 1], A_upd_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local191 A_upd_hi[j] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(temp1W32, 16); in WebRtcSpl_LevinsonDurbin()193 - WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_upd_hi[j], 16)), 1); in WebRtcSpl_LevinsonDurbin()200 A_upd_hi[i] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(temp3W32, 16); in WebRtcSpl_LevinsonDurbin()202 - WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_upd_hi[i], 16)), 1); in WebRtcSpl_LevinsonDurbin()238 A_hi[j] = A_upd_hi[j]; in WebRtcSpl_LevinsonDurbin()