/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvdec.c | 124 uint16_t *symbols = av_mallocz(5 << VLC_BITS); in generate_joint_tables() 129 bits = symbols + (1 << VLC_BITS); in generate_joint_tables() 130 len = (uint8_t *)(bits + (1 << VLC_BITS)); in generate_joint_tables() 138 int limit = VLC_BITS - len0; in generate_joint_tables() 149 av_assert0(i < (1 << VLC_BITS)); in generate_joint_tables() 157 if ((ret = ff_init_vlc_sparse(&s->vlc[4 + p], VLC_BITS, i, len, 1, 1, in generate_joint_tables() 171 int limit0 = VLC_BITS - len0; in generate_joint_tables() 184 av_assert0(i < (1 << VLC_BITS)); in generate_joint_tables() 201 if ((ret = init_vlc(&s->vlc[4], VLC_BITS, i, len, 1, 1, in generate_joint_tables() 229 if ((ret = init_vlc(&s->vlc[i], VLC_BITS, in read_huffman_tables() [all...] |
H A 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()
|
H A D | huffyuv.h | 43 #define VLC_BITS 12 macro 85 uint32_t pix_bgr_map[1<<VLC_BITS];
|
H A 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()
|
H A 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()
|
H A D | mlpdec.c | 50 #define VLC_BITS 5 macro 53 #define VLC_BITS 9 macro 226 init_vlc(&huff_vlc[i], VLC_BITS, 18, in init_static() 274 VLC_BITS, (9 + VLC_BITS - 1) / VLC_BITS); in read_huff_channels()
|
H A D | cfhd.h | 96 #define VLC_BITS 9 macro
|
H A 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()
|
H A D | cfhd.c | 819 VLC_BITS, 3, 1); in cfhd_decode() 850 VLC_BITS, 3, 1); in cfhd_decode()
|