Lines Matching refs:static_size
104 h, i, j, flags, static_size) \
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) \
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) \
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) \
123 NULL, 0, 0, flags, static_size)
125 #define INIT_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \
126 INIT_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, NULL, 0, 0, static_size)
128 #define INIT_LE_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \
129 INIT_LE_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, NULL, 0, 0, static_size)
133 offset, flags, static_size) \
135 static VLCElem table[static_size]; \
137 (vlc)->table_allocated = static_size; \