Home
last modified time | relevance | path

Searched refs:state1_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
77 b = WebRtcSpl_AddSatW32(a, state1_ch2); // Q16 in WebRtcIsacfix_AllpassFilter2FixDec16C()
79 state1_ch2 = WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q16 in WebRtcIsacfix_AllpassFilter2FixDec16C()
86 filter_state_ch2[1] = state1_ch2; in WebRtcIsacfix_AllpassFilter2FixDec16C()