データ構造 | |
| struct | __trellis_atom__ |
| Word trellis element that holds survived word ends at each frame on the 1st pass. [詳細] | |
| struct | __backtrellis__ |
| Whole word trellis (aka backtrellis) generated as a result of 1st pass. [詳細] | |
型定義 | |
| 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. | |
trellis.h で定義されています。
1.5.1