Lines Matching defs:VLC
31 typedef struct VLC {
35 } VLC;
52 int ff_init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes,
59 * Build VLC decoding tables suitable for use with get_vlc2()
65 * @param[in,out] vlc The VLC to be initialized; table and table_allocated
66 * must have been set when initializing a static VLC,
68 * @param[in] nb_bits The number of bits to use for the VLC table;
87 int ff_init_vlc_from_lengths(VLC *vlc, int nb_bits, int nb_codes,
92 void ff_free_vlc(VLC *vlc);
95 * initialize the VLC table is the first bit to be read. */
97 /* If set the VLC is intended for a little endian bitstream reader. */