#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 [409] |
static const uint8_t | dv_vlc_len [409] |
static const uint8_t | dv_vlc_run [409] |
static const uint8_t | dv_vlc_level [409] |
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 dvvideo_init().
const uint16_t dv_vlc_bits[409] [static] |
Definition at line 39 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and dvvideo_init().
const uint8_t dv_vlc_len[409] [static] |
Definition at line 94 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and dvvideo_init().
const uint8_t dv_vlc_level[409] [static] |
Definition at line 204 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and dvvideo_init().
const uint8_t dv_vlc_run[409] [static] |
Definition at line 149 of file dv_vlc_data.h.
Referenced by dv_vlc_map_tableinit(), and dvvideo_init().