FFmpeg
|
#include "libavutil/common.h"
Go to the source code of this file.
Macros | |
#define | MAX_VLC_ENTRIES 1370 |
#define | NUM_DC_CODES 127 |
#define | NUM_AC_CODES 104 |
#define | MV_ESC 0x13 |
#define | BIAS_ESC 1 |
Variables | |
static const uint8_t | clv_dc_lens [NUM_DC_CODES] |
static const uint8_t | clv_dc_syms [NUM_DC_CODES] |
static const uint16_t | clv_ac_syms [NUM_AC_CODES] |
static const uint8_t | clv_ac_bits [NUM_AC_CODES] |
static const uint8_t | clv_flags_bits [][16] |
static const uint8_t | clv_flags_syms [][16] |
static const uint8_t | clv_mv_len_counts [][16] |
static const uint16_t | clv_mv_syms [] |
static const uint8_t | clv_bias_len_counts [][16] |
static const uint16_t | clv_bias_syms [] |
#define MAX_VLC_ENTRIES 1370 |
Definition at line 27 of file clearvideodata.h.
#define NUM_DC_CODES 127 |
Definition at line 28 of file clearvideodata.h.
#define NUM_AC_CODES 104 |
Definition at line 29 of file clearvideodata.h.
#define MV_ESC 0x13 |
Definition at line 111 of file clearvideodata.h.
#define BIAS_ESC 1 |
Definition at line 619 of file clearvideodata.h.
|
static |
Definition at line 31 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 41 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 55 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 71 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 80 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 90 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 100 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 112 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 609 of file clearvideodata.h.
Referenced by clv_init_static().
|
static |
Definition at line 620 of file clearvideodata.h.
Referenced by clv_init_static().