21 #ifndef AVCODEC_UNARY_H
22 #define AVCODEC_UNARY_H
37 for(i = 0; i < len &&
get_bits1(gb) != stop; i++);
static int get_unary_0_33(GetBitContext *gb)
Get unary code terminated by a 0 with a maximum length of 33.
static int get_unary_0_9(GetBitContext *gb)
bitstream reader API header.
static unsigned int get_bits1(GetBitContext *s)
static int get_unary(GetBitContext *gb, int stop, int len)
Get unary code of limited length.