D | vlc.h | 104 h, i, j, flags, static_size) \ argument 106 static VLCElem table[static_size]; \ 108 (vlc)->table_allocated = static_size; \ 113 #define INIT_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument 115 h, i, j, 0, static_size) 117 #define INIT_LE_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument 119 h, i, j, INIT_VLC_LE, static_size) 121 #define INIT_CUSTOM_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, flags, static_size) \ argument 123 NULL, 0, 0, flags, static_size) 125 #define INIT_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \ argument [all …]
|