#include <dag.h>
Public Attributes | |
| s3wid_t | wid |
| int32 | seqid |
| s3frmid_t | sf |
| s3frmid_t | fef |
| s3frmid_t | lef |
| dagnode_s * | alloc_next |
| daglink_s * | succlist |
| daglink_s * | predlist |
| int32 | node_ascr |
| int32 | node_lscr |
| void * | hook |
| uint8 | reachable |
|
|
Next in linear list of allocated nodes |
|
|
|
|
|
A hook that could allow arbitrary data structure to use dagnode_t |
|
|
First and last end frames |
|
|
Node acoustic score |
|
|
Node language score |
|
|
List of preceding nodes (adjacent in time) |
|
|
In astar: Whether final node reachable from here In flat_fwd's dag_to_wordgraph: A marker for whether a node is already marked. |
|
|
Running sequence no. for identification |
|
|
Start frame for this occurrence of wid |
|
|
List of successor nodes (adjacent in time) |
|
|
|
1.3.9.1