VP8: partially inline decode_block_coeffs
authorJason Garrett-Glaser <darkshikari@gmail.com>
Wed, 4 Aug 2010 02:23:25 +0000 (02:23 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Wed, 4 Aug 2010 02:23:25 +0000 (02:23 +0000)
commit1e7396795028af9eda3d69ada1402d6ef8996964
treecbcb1cc952647bf922f6fe60257bd5257702971e
parentffbf0794f9b7ca1b9c3038c5c1aed84fbf1f8529
VP8: partially inline decode_block_coeffs
Avoids a function call in the case of empty DCT blocks (most of the time).

Originally committed as revision 24691 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp8.c