Searched refs:use_static (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbitstream.c99 static int alloc_table(VLC *vlc, int size, int use_static) argument
105 if(use_static)
255 'use_static' should be set to 1 for tables, which should be freed
H A Dmjpegdec.c47 int use_static, int is_ac)
66 huff_code, 2, 2, huff_sym, 2, 2, use_static);
45 build_vlc(VLC *vlc, const uint8_t *bits_table, const uint8_t *val_table, int nb_codes, int use_static, int is_ac) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbitstream.c105 static int alloc_table(VLC *vlc, int size, int use_static) argument
111 if (use_static)
268 'use_static' should be set to 1 for tables, which should be freed
H A Dmjpegdec.c51 int use_static, int is_ac)
69 huff_code, 2, 2, huff_sym, 2, 2, use_static);
49 build_vlc(VLC *vlc, const uint8_t *bits_table, const uint8_t *val_table, int nb_codes, int use_static, int is_ac) argument

Completed in 225 milliseconds