OSDN Git Service

VP5/6/8: eliminate CABAC dependency
authorJason Garrett-Glaser <darkshikari@gmail.com>
Wed, 4 Aug 2010 23:04:05 +0000 (23:04 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Wed, 4 Aug 2010 23:04:05 +0000 (23:04 +0000)
commit905ef0d064d8fb6a349b071c686c4a7fa5a99e07
tree3ae8bf7599a298afaaa2b80cf196e8b4cf9d5033
parentaaa91aa00edddb097cce7fa769db6643de37df11
VP5/6/8: eliminate CABAC dependency
Create a custom table for VP5/6/8's renorm to avoid depending on H.264's.
Saves one instruction in the arithmetic decoder as well.

Originally committed as revision 24701 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/vp5.c
libavcodec/vp56.h
libavcodec/vp56rac.c [new file with mode: 0644]
libavcodec/vp6.c
libavcodec/vp8.c