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
45#if CONFIG_HARDCODED_TABLES
46#define dv_vlc_map_tableinit()
47#include "libavcodec/dv_tables.h"
#define i(width, name, range_min, range_max)
static av_cold void dv_vlc_map_tableinit(void)
#define DV_VLC_MAP_RUN_SIZE
#define DV_VLC_MAP_LEV_SIZE
static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE]
const uint8_t ff_dv_vlc_len[NB_DV_VLC]
const uint8_t ff_dv_vlc_run[NB_DV_VLC]
const uint8_t ff_dv_vlc_level[NB_DV_VLC]
Macro definitions for various function/variable attributes.