FFmpeg/libavcodec
Michael Niedermayer ab01b2b82a 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

Originally committed as revision 5747 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14 18:48:38 +00:00
..
2006-01-21 18:19:47 +00:00
2006-07-08 22:31:14 +00:00
2006-07-08 22:31:14 +00:00
2006-07-06 15:28:17 +00:00
2006-07-14 18:38:23 +00:00
2006-07-09 15:20:18 +00:00
2006-03-06 08:54:33 +00:00
2006-01-30 23:33:19 +00:00
2006-04-28 23:16:42 +00:00
2004-11-12 01:21:34 +00:00
2006-03-10 21:20:49 +00:00
2006-05-28 22:44:14 +00:00
2006-02-02 02:36:27 +00:00
2006-05-31 04:52:02 +00:00
2006-07-05 22:56:45 +00:00
2006-03-31 18:22:35 +00:00
2006-05-26 15:44:29 +00:00
2006-07-09 13:01:06 +00:00
2006-05-30 19:40:28 +00:00
2006-03-10 20:58:42 +00:00
2005-06-01 21:19:00 +00:00
2006-02-25 22:41:31 +00:00
2006-02-20 19:01:29 +00:00
2006-06-15 09:20:31 +00:00