dv_vlc_data.h File Reference

VLC constants for DV codec. More...

#include <stdint.h>

Go to the source code of this file.

Macros

#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]

Detailed Description

VLC constants for DV codec.

Definition in file dv_vlc_data.h.

Macro Definition Documentation

#define NB_DV_VLC   409

Definition at line 32 of file dv_vlc_data.h.

Referenced by dv_vlc_map_tableinit(), and dvvideo_init().

Variable Documentation

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().