/third_party/ffmpeg/libavcodec/ |
D | huffyuvdec.c | 121 uint16_t *symbols = av_mallocz(5 << VLC_BITS); in generate_joint_tables() 126 bits = symbols + (1 << VLC_BITS); in generate_joint_tables() 127 len = (uint8_t *)(bits + (1 << VLC_BITS)); in generate_joint_tables() 135 int limit = VLC_BITS - len0; in generate_joint_tables() 146 av_assert0(i < (1 << VLC_BITS)); in generate_joint_tables() 154 if ((ret = ff_init_vlc_sparse(&s->vlc[4 + p], VLC_BITS, i, len, 1, 1, in generate_joint_tables() 168 int limit0 = VLC_BITS - len0; in generate_joint_tables() 181 av_assert0(i < (1 << VLC_BITS)); in generate_joint_tables() 198 if ((ret = init_vlc(&s->vlc[4], VLC_BITS, i, len, 1, 1, in generate_joint_tables() 226 if ((ret = init_vlc(&s->vlc[i], VLC_BITS, s->vlc_n, s->len[i], 1, 1, in read_huffman_tables() [all …]
|
D | cllc.c | 33 #define VLC_BITS 7 macro 57 if (num_lens > VLC_BITS * VLC_DEPTH) { in read_code_table() 80 return ff_init_vlc_from_lengths(vlc, VLC_BITS, count, bits, 1, in read_code_table() 107 GET_VLC(code, bits, gb, vlc[0].table, VLC_BITS, VLC_DEPTH); in read_argb_line() 116 GET_VLC(code, bits, gb, vlc[1].table, VLC_BITS, VLC_DEPTH); in read_argb_line() 123 GET_VLC(code, bits, gb, vlc[2].table, VLC_BITS, VLC_DEPTH); in read_argb_line() 130 GET_VLC(code, bits, gb, vlc[3].table, VLC_BITS, VLC_DEPTH); in read_argb_line() 172 GET_VLC(code, bits, gb, vlc->table, VLC_BITS, VLC_DEPTH); in read_rgb24_component_line() 201 GET_VLC(code, bits, gb, vlc->table, VLC_BITS, VLC_DEPTH); in read_yuv_component_line()
|
D | huffyuv.h | 43 #define VLC_BITS 12 macro 85 uint32_t pix_bgr_map[1<<VLC_BITS];
|
D | cfhddata.c | 306 ret = init_vlc(&s->vlc_9, VLC_BITS, j, new_cfhd_vlc_len, in ff_cfhd_init_vlcs() 347 ret = init_vlc(&s->vlc_18, VLC_BITS, j, new_cfhd_vlc_len, in ff_cfhd_init_vlcs()
|
D | fraps.c | 47 #define VLC_BITS 11 macro 102 if ((ret = ff_huff_build_tree(s->avctx, &vlc, 256, VLC_BITS, in fraps2_decode_plane() 117 dst[i] = get_vlc2(&gb, vlc.table, VLC_BITS, 3); in fraps2_decode_plane()
|
D | cfhd.h | 98 #define VLC_BITS 9 macro
|
D | mlpdec.c | 46 #define VLC_BITS 5 macro 49 #define VLC_BITS 9 macro 214 init_vlc(&huff_vlc[i], VLC_BITS, 18, in init_static() 262 VLC_BITS, (9 + VLC_BITS - 1) / VLC_BITS); in read_huff_channels()
|
D | utvideodec.c | 84 #define VLC_BITS 11 in build_huff() macro 85 return ff_init_vlc_from_lengths(vlc, VLC_BITS, codes_count[0], in build_huff() 161 pix = get_vlc2(&gb, vlc.table, VLC_BITS, 3); in decode_plane10() 322 pix = get_vlc2(&gb, vlc.table, VLC_BITS, 3); in decode_plane()
|
D | cfhd.c | 822 VLC_BITS, 3, 1); in cfhd_decode() 853 VLC_BITS, 3, 1); in cfhd_decode()
|