D | vlc.h | 99 h, i, j, flags, static_size) \ argument 101 static VLC_TYPE table[static_size][2]; \ 103 (vlc)->table_allocated = static_size; \ 108 #define INIT_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument 110 h, i, j, 0, static_size) 112 #define INIT_LE_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument 114 h, i, j, INIT_VLC_LE, static_size) 116 #define INIT_CUSTOM_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, flags, static_size) \ argument 118 NULL, 0, 0, flags, static_size) 120 #define INIT_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \ argument [all …]
|