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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
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");
40 write_dv_vlc_pair_2d_array(dv_vlc_map, DV_VLC_MAP_RUN_SIZE, DV_VLC_MAP_LEV_SIZE);
H A Ddv_tablegen.h31 #define DV_VLC_MAP_RUN_SIZE 15 macro
34 #define DV_VLC_MAP_RUN_SIZE 64 macro
48 static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
54 if (ff_dv_vlc_run[i] >= DV_VLC_MAP_RUN_SIZE)
69 for (i = 0; i < DV_VLC_MAP_RUN_SIZE; i++) {
H A Ddvenc.c96 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) {
122 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv_tablegen.h30 #define DV_VLC_MAP_RUN_SIZE 15 macro
33 #define DV_VLC_MAP_RUN_SIZE 64 macro
47 static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
53 if (dv_vlc_run[i] >= DV_VLC_MAP_RUN_SIZE)
68 for (i = 0; i < DV_VLC_MAP_RUN_SIZE; i++) {
H A Ddv_tablegen.c42 printf("static const struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE] = {\n");
43 write_dv_vlc_pair_2d_array(dv_vlc_map, DV_VLC_MAP_RUN_SIZE, DV_VLC_MAP_LEV_SIZE);
H A Ddv.c642 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) {
668 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) {

Completed in 53 milliseconds