Home
last modified time | relevance | path

Searched refs:DV_VLC_MAP_RUN_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddv_tablegen.h32 #define DV_VLC_MAP_RUN_SIZE 15 macro
35 #define DV_VLC_MAP_RUN_SIZE 64 macro
49 static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
55 if (ff_dv_vlc_run[i] >= DV_VLC_MAP_RUN_SIZE) in dv_vlc_map_tableinit()
70 for (i = 0; i < DV_VLC_MAP_RUN_SIZE; i++) { 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()
135 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) { in dv_rl2vlc_size()

Completed in 2 milliseconds