21 #ifndef AVCODEC_UNARY_H
22 #define AVCODEC_UNARY_H
bitstream reader API header.
static unsigned int get_bits1(GetBitContext *s)
static int get_unary_0_9(GetBitContext *gb)
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(GetBitContext *gb, int stop, int len)
Get unary code of limited length.