23 #ifndef AVCODEC_DV_TABLEGEN_H
24 #define AVCODEC_DV_TABLEGEN_H
30 #define DV_VLC_MAP_RUN_SIZE 15
31 #define DV_VLC_MAP_LEV_SIZE 23
33 #define DV_VLC_MAP_RUN_SIZE 64
34 #define DV_VLC_MAP_LEV_SIZE 512 //FIXME sign was removed so this should be /2 but needs check
43 #if CONFIG_HARDCODED_TABLES
44 #define dv_vlc_map_tableinit()
45 #include "libavcodec/dv_tables.h"
79 for (j = 1; j < DV_VLC_MAP_LEV_SIZE/2; j++) {
static const uint8_t dv_vlc_run[409]
static const uint16_t dv_vlc_bits[409]
#define DV_VLC_MAP_RUN_SIZE
static void dv_vlc_map_tableinit(void)
#define DV_VLC_MAP_LEV_SIZE
static const uint8_t dv_vlc_level[409]
static const uint8_t dv_vlc_len[409]
VLC constants for DV codec.
static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE]
struct dv_vlc_pair dv_vlc_pair