Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlpc.h172 LPC_TYPE *lpc_last = lpc; in compute_lpc_coefs() local
187 r -= lpc_last[j] * autoc[i-j-1]; in compute_lpc_coefs()
197 LPC_TYPE f = lpc_last[ j]; in compute_lpc_coefs()
198 LPC_TYPE b = lpc_last[i-1-j]; in compute_lpc_coefs()
206 lpc_last = lpc; in compute_lpc_coefs()

Completed in 1 milliseconds