Home
last modified time | relevance | path

Searched refs:DV_VLC_MAP_LEV_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddv_tablegen.h33 #define DV_VLC_MAP_LEV_SIZE 23 macro
36 #define DV_VLC_MAP_LEV_SIZE 512 // FIXME sign was removed so this should be /2 but needs check macro
49 static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
58 if (ff_dv_vlc_level[i] >= DV_VLC_MAP_LEV_SIZE) in dv_vlc_map_tableinit()
72 for (j = 1; j < DV_VLC_MAP_LEV_SIZE; j++) { in dv_vlc_map_tableinit()
82 for (j = 1; j < DV_VLC_MAP_LEV_SIZE / 2; j++) { in dv_vlc_map_tableinit()
Ddv_tablegen.c40 write_dv_vlc_pair_2d_array(dv_vlc_map, DV_VLC_MAP_RUN_SIZE, DV_VLC_MAP_LEV_SIZE); in WRITE_2D_FUNC()
Ddvenc.c101 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) { in dv_rl2vlc()
105 if (level < DV_VLC_MAP_LEV_SIZE) { in dv_rl2vlc()
126 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) { in dv_rl2vlc_size()
129 size = (level < DV_VLC_MAP_LEV_SIZE) ? dv_vlc_map[0][level].size : 16; in dv_rl2vlc_size()