Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks.c41 int32_t state0_ch1 = filter_state_ch1[0], state1_ch1 = filter_state_ch1[1]; in WebRtcIsacfix_AllpassFilter2FixDec16C() local
61 b = WebRtcSpl_AddSatW32(a, state1_ch1); // Q16 in WebRtcIsacfix_AllpassFilter2FixDec16C()
63 state1_ch1 = WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q16 in WebRtcIsacfix_AllpassFilter2FixDec16C()
84 filter_state_ch1[1] = state1_ch1; in WebRtcIsacfix_AllpassFilter2FixDec16C()