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/
H A 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()
H A Ddv_tablegen.c39 printf("static const struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE] = {\n"); in WRITE_2D_FUNC()
40 write_dv_vlc_pair_2d_array(dv_vlc_map, DV_VLC_MAP_RUN_SIZE, DV_VLC_MAP_LEV_SIZE); in WRITE_2D_FUNC()
H A Ddvenc.c110 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) { in dv_rl2vlc()
114 if (level < DV_VLC_MAP_LEV_SIZE) { in dv_rl2vlc()
135 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) { in dv_rl2vlc_size()
138 size = (level < DV_VLC_MAP_LEV_SIZE) ? dv_vlc_map[0][level].size : 16; in dv_rl2vlc_size()

Completed in 6 milliseconds