Searched refs:VLC_BITS (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuv.h42 #define VLC_BITS 12 macro
83 uint32_t pix_bgr_map[1<<VLC_BITS];
H A Dasvdec.c37 #define VLC_BITS 6 macro
53 INIT_VLC_STATIC(&ccp_vlc, VLC_BITS, 17,
56 INIT_VLC_STATIC(&dc_ccp_vlc, VLC_BITS, 8,
59 INIT_VLC_STATIC(&ac_ccp_vlc, VLC_BITS, 16,
62 INIT_VLC_STATIC(&level_vlc, VLC_BITS, 7,
79 int code = get_vlc2(gb, level_vlc.table, VLC_BITS, 1);
104 const int ccp = get_vlc2(&a->gb, ccp_vlc.table, VLC_BITS, 1);
136 ccp = get_vlc2(&a->gb, dc_ccp_vlc.table, VLC_BITS, 1);
147 const int ccp = get_vlc2(&a->gb, ac_ccp_vlc.table, VLC_BITS, 1);
H A Dhuffyuvdec.c117 uint16_t symbols[1 << VLC_BITS];
118 uint16_t bits[1 << VLC_BITS];
119 uint8_t len[1 << VLC_BITS];
128 int limit = VLC_BITS - len0;
139 av_assert0(i < (1 << VLC_BITS));
147 if ((ret = ff_init_vlc_sparse(&s->vlc[4 + p], VLC_BITS, i, len, 1, 1,
161 int limit0 = VLC_BITS - len0;
174 av_assert0(i < (1 << VLC_BITS));
191 if ((ret = init_vlc(&s->vlc[4], VLC_BITS, i, len, 1, 1, bits, 2, 2, 0)) < 0)
216 if ((ret = init_vlc(&s->vlc[i], VLC_BITS,
[all...]
H A Dfraps.c43 #define VLC_BITS 11 macro
98 if ((ret = ff_huff_build_tree(s->avctx, &vlc, 256, VLC_BITS,
111 dst[i] = get_vlc2(&gb, vlc.table, VLC_BITS, 3);
H A Dmlpdec.c44 #define VLC_BITS 5 macro
47 #define VLC_BITS 9 macro
201 INIT_VLC_STATIC(&huff_vlc[0], VLC_BITS, 18,
204 INIT_VLC_STATIC(&huff_vlc[1], VLC_BITS, 16,
207 INIT_VLC_STATIC(&huff_vlc[2], VLC_BITS, 15,
255 VLC_BITS, (9 + VLC_BITS - 1) / VLC_BITS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffyuv.c37 #define VLC_BITS 11 macro
77 uint32_t pix_bgr_map[1<<VLC_BITS];
277 uint16_t symbols[1<<VLC_BITS];
278 uint16_t bits[1<<VLC_BITS];
279 uint8_t len[1<<VLC_BITS];
285 int limit = VLC_BITS - len0;
300 ff_init_vlc_sparse(&s->vlc[3+p], VLC_BITS, i, len, 1, 1, bits, 2, 2, symbols, 2, 2, 0);
312 int limit0 = VLC_BITS - len0;
341 init_vlc(&s->vlc[3], VLC_BITS, i, len, 1, 1, bits, 2, 2, 0);
358 init_vlc(&s->vlc[i], VLC_BITS, 25
[all...]
H A Dasv1.c36 #define VLC_BITS 6 macro
123 INIT_VLC_STATIC(&ccp_vlc, VLC_BITS, 17,
126 INIT_VLC_STATIC(&dc_ccp_vlc, VLC_BITS, 8,
129 INIT_VLC_STATIC(&ac_ccp_vlc, VLC_BITS, 16,
132 INIT_VLC_STATIC(&level_vlc, VLC_BITS, 7,
151 int code= get_vlc2(gb, level_vlc.table, VLC_BITS, 1);
190 const int ccp= get_vlc2(&a->gb, ccp_vlc.table, VLC_BITS, 1);
216 ccp= get_vlc2(&a->gb, dc_ccp_vlc.table, VLC_BITS, 1);
224 const int ccp= get_vlc2(&a->gb, ac_ccp_vlc.table, VLC_BITS, 1);
H A Dmlpdec.c39 #define VLC_BITS 9 macro
161 INIT_VLC_STATIC(&huff_vlc[0], VLC_BITS, 18,
164 INIT_VLC_STATIC(&huff_vlc[1], VLC_BITS, 16,
167 INIT_VLC_STATIC(&huff_vlc[2], VLC_BITS, 15,
215 VLC_BITS, (9 + VLC_BITS - 1) / VLC_BITS);

Completed in 297 milliseconds