Mercurial > libavcodec.hg
diff x86/h264_idct_sse2.asm @ 10619:d930f99edbf9 libavcodec
Use a list to track which fragments coded in this frame still have
outstanding coefficients yet to be decoded from the bitstream. Once a
fragment reaches end-of-block, remove it from this new list. This change
makes the VP3/Theora entropy decode process dramatically faster due to
not having to iterate incessantly over fragments which have already been
fully decoded.
author | melanson |
---|---|
date | Wed, 02 Dec 2009 02:30:15 +0000 |
parents | c08ca946c80a |
children | 980030a3e315 |