#include <trellis.h>

Data Fields | |
| int | framelen | 
| Frame length.  | |
| int * | num | 
| Number of trellis words at frame [t].  | |
| TRELLIS_ATOM *** | rw | 
| List to trellis words at frame [t]: rw[t][0..num[t]].  | |
| TRELLIS_ATOM * | list | 
| Temporary storage point used in 1st pass.  | |
| BMALLOC_BASE * | root | 
| memory allocation base for mybmalloc2()  | |
Definition at line 46 of file trellis.h.
 1.5.4