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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv_tablegen.h31 #define DV_VLC_MAP_LEV_SIZE 23 macro
34 #define DV_VLC_MAP_LEV_SIZE 512 //FIXME sign was removed so this should be /2 but needs check macro
47 static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
56 if (dv_vlc_level[i] >= DV_VLC_MAP_LEV_SIZE)
70 for (j = 1; j < DV_VLC_MAP_LEV_SIZE; j++) {
79 for (j = 1; j < DV_VLC_MAP_LEV_SIZE/2; j++) {
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) {
647 if (level < DV_VLC_MAP_LEV_SIZE) {
668 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) {
672 size = (level < DV_VLC_MAP_LEV_SIZE) ? dv_vlc_map[0][level].size : 16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddv_tablegen.h32 #define DV_VLC_MAP_LEV_SIZE 23 macro
35 #define DV_VLC_MAP_LEV_SIZE 512 //FIXME sign was removed so this should be /2 but needs check macro
48 static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
57 if (ff_dv_vlc_level[i] >= DV_VLC_MAP_LEV_SIZE)
71 for (j = 1; j < DV_VLC_MAP_LEV_SIZE; j++) {
80 for (j = 1; j < DV_VLC_MAP_LEV_SIZE/2; j++) {
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 Ddvenc.c96 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) {
101 if (level < DV_VLC_MAP_LEV_SIZE) {
122 if (run < DV_VLC_MAP_RUN_SIZE && level < DV_VLC_MAP_LEV_SIZE) {
126 size = (level < DV_VLC_MAP_LEV_SIZE) ? dv_vlc_map[0][level].size : 16;

Completed in 77 milliseconds