Lines Matching defs:table
33 VLCElem *table;
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;
95 * initialize the VLC table is the first bit to be read. */
106 static VLCElem table[static_size]; \
107 (vlc)->table = table; \
135 static VLCElem table[static_size]; \
136 (vlc)->table = table; \