|
FFmpeg
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | NUM_VLC_SETS 13 |
| #define | DC_VLC_COUNT 47 |
Variables | |
| static const uint16_t | tscc2_quants [NUM_VLC_SETS][3] |
| static const uint16_t | tscc2_dc_vlc_syms [DC_VLC_COUNT] |
| static const uint8_t | tscc2_dc_vlc_lens [DC_VLC_COUNT] |
| static const uint8_t | tscc2_nc_vlc_syms [NUM_VLC_SETS][16] |
| static const uint8_t | tscc2_nc_vlc_lens [NUM_VLC_SETS][16] |
| static const uint16_t | tscc2_ac_vlc_syms [] |
| static const uint8_t | tscc2_ac_vlc_lens [] |
| static const int | tscc2_ac_vlc_sizes [NUM_VLC_SETS] |
| #define NUM_VLC_SETS 13 |
Definition at line 27 of file tscc2data.h.
Referenced by tscc2_decode_frame(), and tscc2_init_vlcs().
| #define DC_VLC_COUNT 47 |
Definition at line 37 of file tscc2data.h.
Referenced by tscc2_init_vlcs().
|
static |
Definition at line 29 of file tscc2data.h.
Referenced by tscc2_decode_frame().
|
static |
Definition at line 39 of file tscc2data.h.
Referenced by tscc2_init_vlcs().
|
static |
Definition at line 47 of file tscc2data.h.
Referenced by tscc2_init_vlcs().
|
static |
Definition at line 53 of file tscc2data.h.
Referenced by tscc2_init_vlcs().
|
static |
Definition at line 82 of file tscc2data.h.
Referenced by tscc2_init_vlcs().
|
static |
Definition at line 98 of file tscc2data.h.
Referenced by tscc2_init_vlcs().
|
static |
Definition at line 312 of file tscc2data.h.
Referenced by tscc2_init_vlcs().
|
static |
Definition at line 431 of file tscc2data.h.
Referenced by tscc2_init_vlcs().