#include "get_bits.h"
Go to the source code of this file.
Functions | |
static int | get_unary (GetBitContext *gb, int stop, int len) |
Get unary code of limited length. | |
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) |
static int get_unary | ( | GetBitContext * | gb, | |
int | stop, | |||
int | len | |||
) | [inline, static] |
Get unary code of limited length.
gb | GetBitContext | |
[in] | stop | The bitstop value (unary code of 1's or 0's) |
[in] | len | Maximum length |
Definition at line 33 of file unary.h.
Referenced by decode_block(), decode_rice(), ff_vc1_parse_frame_header(), ff_vc1_parse_frame_header_adv(), get_unary_0_33(), get_unary_0_9(), h263_get_modb(), mpc8_parse_seektable(), read_var_block_data(), and vc1_decode_ac_coeff().
static int get_unary_0_33 | ( | GetBitContext * | gb | ) | [inline, static] |
Get unary code terminated by a 0 with a maximum length of 33.
gb | GetBitContext |
Definition at line 46 of file unary.h.
Referenced by wv_get_value().
static int get_unary_0_9 | ( | GetBitContext * | gb | ) | [inline, static] |