Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dlsp.c409 spx_word32_t xout1,xout2,xin; in lsp_to_lpc() local
479 xout1 = xout2 = 0; in lsp_to_lpc()
506 a = PSHR32(xp[m][j+2] + xout1 + xq[m][j+2] - xout2, shift); in lsp_to_lpc()
508 xout2 = xq[m][j+2]; in lsp_to_lpc()
530 float xout1,xout2,xin1,xin2; in lsp_to_lpc() local
567 xout2 = xin2 - 2.f*x_freq[i2+1] * *n3 + *n4; in lsp_to_lpc()
573 xin2 = xout2; in lsp_to_lpc()
576 xout2 = xin2 - *(n4+2); in lsp_to_lpc()
578 ak[j-1] = (xout1 + xout2)*0.5f; in lsp_to_lpc()
/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()