Home
last modified time | relevance | path

Searched refs:xout1 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c824 float xout1, xout2, xin1, xin2; in lsp_to_lpc() local
845 xout1 = xin1 + 2.f * x_freq[i2 ] * n0[0] + n0[1]; in lsp_to_lpc()
851 xin1 = xout1; in lsp_to_lpc()
854 xout1 = xin1 + n0[4]; in lsp_to_lpc()
857 ak[j - 1] = (xout1 + xout2) * 0.5f; in lsp_to_lpc()

Completed in 3 milliseconds