DV_VLC_MAP_LEV_SIZE 80 libavcodec/dv.c } dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE]; DV_VLC_MAP_LEV_SIZE 331 libavcodec/dv.c if (dv_vlc_level[i] >= DV_VLC_MAP_LEV_SIZE) DV_VLC_MAP_LEV_SIZE 345 libavcodec/dv.c for (j = 1; j < DV_VLC_MAP_LEV_SIZE; j++) { DV_VLC_MAP_LEV_SIZE 354 libavcodec/dv.c for (j = 1; j < DV_VLC_MAP_LEV_SIZE/2; j++) { DV_VLC_MAP_LEV_SIZE 699 libavcodec/dv.c if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) { DV_VLC_MAP_LEV_SIZE 704 libavcodec/dv.c if (level < DV_VLC_MAP_LEV_SIZE) { DV_VLC_MAP_LEV_SIZE 725 libavcodec/dv.c if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) { DV_VLC_MAP_LEV_SIZE 729 libavcodec/dv.c size = (level < DV_VLC_MAP_LEV_SIZE) ? dv_vlc_map[0][level].size : 16;