#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | NB_DV_VLC 409 |
Variables | |
static const uint16_t | dv_vlc_bits [NB_DV_VLC] |
static const uint8_t | dv_vlc_len [NB_DV_VLC] |
static const uint8_t | dv_vlc_run [NB_DV_VLC] |
static const uint8_t | dv_vlc_level [NB_DV_VLC] |
Definition in file dv_vlc_data.h.
#define NB_DV_VLC 409 |
Definition at line 32 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
const uint16_t dv_vlc_bits[NB_DV_VLC] [static] |
Definition at line 39 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
const uint8_t dv_vlc_len[NB_DV_VLC] [static] |
Definition at line 94 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
const uint8_t dv_vlc_level[NB_DV_VLC] [static] |
Definition at line 204 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
const uint8_t dv_vlc_run[NB_DV_VLC] [static] |
Definition at line 149 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().