Go to the source code of this file.
Data Structures | |
| struct | __trellis_atom__ |
| Word trellis element that holds survived word ends at each frame on the 1st pass. More... | |
| struct | __backtrellis__ |
| Whole word trellis (aka backtrellis) generated as a result of 1st pass. More... | |
Typedefs | |
| typedef __trellis_atom__ | TRELLIS_ATOM |
| Word trellis element that holds survived word ends at each frame on the 1st pass. | |
| typedef __backtrellis__ | BACKTRELLIS |
| Whole word trellis (aka backtrellis) generated as a result of 1st pass. | |
Definition in file trellis.h.
1.5.1