Mercurial > libavcodec.hg
diff truemotion2.c @ 3467:33af013504d5 libavcodec
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients
this will find the coefficients which minimize the sum of the squared errors,
levinson-durbin recursion OTOH is only strictly correct if the autocorrelation matrix is a
toeplitz matrix which it is only if the blocksize is infinite, this is also why applying
a window (like the welch winodw we currently use) improves the lpc coefficients generated
by levinson-durbin recursion ...
optionally (use_lpc>2) support iterative linear least abs() solver using cholesky
factorization with adjusted weights in each iteration
compression gain for both is small, and multiple passes are of course dead slow
author | michael |
---|---|
date | Fri, 14 Jul 2006 18:48:38 +0000 |
parents | 0b546eab515d |
children | 9b75ab171fa9 |