# HG changeset patch # User michael # Date 1262835641 0 # Node ID 610b00f28aeffb3ab6a043f4bb39845ee0c3cba2 # Parent 7061be6d8e9644d937ef158022d818377195e65b Document *VLC_BITS. diff -r 7061be6d8e96 -r 610b00f28aef h263.c --- a/h263.c Thu Jan 07 03:36:46 2010 +0000 +++ b/h263.c Thu Jan 07 03:40:41 2010 +0000 @@ -45,6 +45,10 @@ //#undef NDEBUG //#include +// 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