23 #ifndef AVCODEC_DV_TABLEGEN_H
24 #define AVCODEC_DV_TABLEGEN_H
32 #define DV_VLC_MAP_RUN_SIZE 15
33 #define DV_VLC_MAP_LEV_SIZE 23
35 #define DV_VLC_MAP_RUN_SIZE 64
36 #define DV_VLC_MAP_LEV_SIZE 512 // FIXME sign was removed so this should be /2 but needs check
45 #if CONFIG_HARDCODED_TABLES
46 #define dv_vlc_map_tableinit()
47 #include "libavcodec/dv_tables.h"
82 for (j = 1; j < DV_VLC_MAP_LEV_SIZE / 2; j++) {
const uint8_t ff_dv_vlc_len[NB_DV_VLC]
Macro definitions for various function/variable attributes.
static av_cold void dv_vlc_map_tableinit(void)
const uint16_t ff_dv_vlc_bits[NB_DV_VLC]
#define DV_VLC_MAP_RUN_SIZE
#define DV_VLC_MAP_LEV_SIZE
const uint8_t ff_dv_vlc_run[NB_DV_VLC]
static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE]
const uint8_t ff_dv_vlc_level[NB_DV_VLC]