Commit 09858676 authored by michael's avatar michael

Document *VLC_BITS.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21046 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dbabeccd
......@@ -45,6 +45,10 @@
//#undef NDEBUG
//#include <assert.h>
// The defines below define the number of bits that are read at once for
// reading vlc values. Changing these may improve speed and data cache needs
// be aware though that decreasing them may need the number of stages that is
// passed to get_vlc* to be increased.
#define INTRA_MCBPC_VLC_BITS 6
#define INTER_MCBPC_VLC_BITS 7
#define CBPY_VLC_BITS 6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment