Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_decode.c252 int xout2; in WebRtc_g722_decode() local
387 xout2 = 0; in WebRtc_g722_decode()
390 xout2 += s->x[2*i]*qmf_coeffs[i]; in WebRtc_g722_decode()
397 amp[outlen++] = saturate(xout2 >> 11); in WebRtc_g722_decode()