FFmpeg
|
#include <vlc.h>
Data Fields | |
int | bits |
VLCElem * | table |
int | table_size |
int | table_allocated |
int VLC::bits |
Definition at line 37 of file vlc.h.
Referenced by alloc_table(), dca_get_vlc(), decode_channel_sf_idx(), decode_channel_wordlen(), decode_qu_spectra(), huffman_decode(), mpc8_decode_frame(), mss4_decode_dct(), qdm2_get_vlc(), read_prefix_symbol(), read_simple_vlc_prefix(), read_vlc_prefix(), rv34_decode_cbp(), and vlc_common_init().
VLCElem* VLC::table |
Definition at line 38 of file vlc.h.
Referenced by alloc_table(), atrac3_init_static_data(), bink_init_vlcs(), build_canonical_huff(), build_table(), build_vlc(), cfhd_init_vlc(), dca_get_vlc(), decode_block(), decode_channel_sf_idx(), decode_channel_wordlen(), decode_qu_spectra(), decode_rle(), decouple_info(), dv_init_static(), ff_init_2d_vlc_rl(), ff_ivi_dec_huff_desc(), ff_rl_init_vlc(), ff_rv_decode_dc(), ff_vlc_free(), ff_vlc_init_table_from_lengths(), ff_vlc_init_table_sparse(), ff_vlc_init_tables_from_lengths(), ff_vlc_init_tables_sparse(), fraps2_decode_plane(), get_coeff(), huf_decode(), huffman_decode(), init_static(), ivi_decode_coded_blocks(), ivi_free_buffers(), ivi_init_static_vlc(), mpc8_decode_frame(), mpegaudiodec_common_init_static(), mss4_decode_dct(), mss4_init_vlc(), parse_ch(), parse_joint_scale(), parse_scale(), parse_subframe_header(), parse_vlc(), qdm2_get_vlc(), qdmc_init_static_data(), read_prefix_symbol(), read_rgb24_component_line(), read_vlc_prefix(), read_yuv_component_line(), rv10_init_static(), rv34_decode_cbp(), rv34_gen_vlc(), rv34_gen_vlc_ext(), tscc2_decode_mb(), tscc2_init_vlc(), vlc_common_end(), vlc_common_init(), vlc_multi_gen(), vp3_decode_init(), and vp6_parse_coeff_huffman().
int VLC::table_size |
Definition at line 39 of file vlc.h.
Referenced by alloc_table(), build_vlc(), cfhd_init_vlc(), dv_init_static(), ff_init_2d_vlc_rl(), ff_rl_init_vlc(), ff_vlc_init_tables_from_lengths(), ff_vlc_init_tables_sparse(), mss4_init_vlc(), qdmc_init_static_data(), rv34_gen_vlc_ext(), tscc2_init_vlc(), vlc_common_end(), and vlc_common_init().
int VLC::table_allocated |
Definition at line 39 of file vlc.h.
Referenced by alloc_table(), atrac3_init_static_data(), bink_init_vlcs(), build_canonical_huff(), build_vlc(), init_static(), ivi_init_static_vlc(), mpegaudiodec_common_init_static(), mss4_init_vlc(), qdmc_init_static_data(), rv10_init_static(), rv34_gen_vlc_ext(), tscc2_init_vlc(), vlc_common_end(), and vlc_common_init().