Michael Niedermayer b44985ba12 store the number of runs to avoid storing the last run value
about 10% lower bitrate for -qscale 32 (forman & some music video)
worst case bitrate increase <0.1% (lossless or low qscale)
and now the bad news, even though this just adds a single subtraction and an if() into the medium sized unpack_coeffs() loop and the if() will only be false once per unpac_coeff() call, gcc produces 50% slower code, i didnt look at the generated asm yet, not sure if i want to ...

Originally committed as revision 4131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-15 13:24:30 +00:00
..
2002-05-27 08:36:05 +00:00
2003-10-15 01:22:50 +00:00
2002-05-27 08:39:04 +00:00
2003-09-16 20:29:32 +00:00
2005-04-03 15:39:17 +00:00
2005-04-03 15:39:17 +00:00
2004-12-24 12:34:11 +00:00
2003-08-24 21:14:02 +00:00
2003-10-15 01:22:50 +00:00