Go to the documentation of this file.
59 #define INIT_VLC_RL(rl, static_size)\
62 static RL_VLC_ELEM rl_vlc_table[32][static_size];\
63 INIT_VLC_STATIC(&rl.vlc, 9, rl.n + 1,\
64 &rl.table_vlc[0][1], 4, 2,\
65 &rl.table_vlc[0][0], 4, 2, static_size);\
69 rl.rl_vlc[q]= rl_vlc_table[q];\
83 return index + level - 1;