Lines Matching full:param
65 * @param[in,out] vlc The VLC to be initialized; table and table_allocated
68 * @param[in] nb_bits The number of bits to use for the VLC table;
71 * @param[in] nb_codes The number of provided length and (if supplied) symbol
73 * @param[in] lens The lengths of the codes. Entries > 0 correspond to
77 * @param[in] lens_wrap Stride (in bytes) of the lengths.
78 * @param[in] symbols The symbols, i.e. what is returned from get_vlc2()
81 * @param[in] symbols_wrap Stride (in bytes) of the symbols.
82 * @param[in] symbols_size Size of the symbols. 1 and 2 are supported.
83 * @param[in] offset An offset to apply to all the valid symbols.
84 * @param[in] flags A combination of the INIT_VLC_* flags; notice that