Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks.c42 int32_t state0_ch2 = filter_state_ch2[0], state1_ch2 = filter_state_ch2[1]; in WebRtcIsacfix_AllpassFilter2FixDec16C() local
70 b = WebRtcSpl_AddSatW32(a, state0_ch2); // Q16 in WebRtcIsacfix_AllpassFilter2FixDec16C()
72 state0_ch2 = WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q16 in WebRtcIsacfix_AllpassFilter2FixDec16C()
85 filter_state_ch2[0] = state0_ch2; in WebRtcIsacfix_AllpassFilter2FixDec16C()