Home
last modified time | relevance | path

Searched refs:state0_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
54 b = WebRtcSpl_AddSatW32(a, state0_ch1); in WebRtcIsacfix_AllpassFilter2FixDec16C()
56 state0_ch1 = WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q16 in WebRtcIsacfix_AllpassFilter2FixDec16C()
83 filter_state_ch1[0] = state0_ch1; in WebRtcIsacfix_AllpassFilter2FixDec16C()