Home
last modified time | relevance | path

Searched refs:xout1 (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()
507 xout1 = xp[m][j+2]; in lsp_to_lpc()
530 float xout1,xout2,xin1,xin2; in lsp_to_lpc() local
566 xout1 = xin1 - 2.f*x_freq[i2] * *n1 + *n2; in lsp_to_lpc()
572 xin1 = xout1; in lsp_to_lpc()
575 xout1 = xin1 + *(n4+1); 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.c251 int xout1; in WebRtc_g722_decode() local
386 xout1 = 0; in WebRtc_g722_decode()
391 xout1 += s->x[2*i + 1]*qmf_coeffs[11 - i]; in WebRtc_g722_decode()
396 amp[outlen++] = saturate(xout1 >> 11); in WebRtc_g722_decode()