Mercurial > libavcodec.hg
changeset 10783:610b00f28aef libavcodec
Document *VLC_BITS.
author | michael |
---|---|
date | Thu, 07 Jan 2010 03:40:41 +0000 |
parents | 7061be6d8e96 |
children | da685f64e8e6 |
files | h263.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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