#include <wchmm.h>
Collaboration diagram for __backtrellis__:
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 237 of file wchmm.h.