use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coeff...
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 19 May 2005 10:48:36 +0000 (10:48 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 19 May 2005 10:48:36 +0000 (10:48 +0000)
commit7beddb12d48ac229a4427bb1b7c2a03d831200fb
tree7be68a6ade7ff8ba86987cd2569f044ff95902b1
parent29860cc88caaf1c4852e5ba18ea15e0516039c14
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering

Originally committed as revision 4279 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp3.c