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