#include <vithist.h>
Public Attributes | |
| vithist_entry_t ** | entry |
| int32 * | frame_start |
| int32 | n_entry |
| int32 | n_frm |
| int32 | n_ci |
| int32 | bghist |
| int32 | wbeam |
| int32 * | bestscore |
| int32 * | bestvh |
| vh_lms2vh_t ** | lms2vh_root |
| glist_t | lwidlist |
|
|
Best word exit score in each frame |
|
|
Vithist entry ID with the best exit score in each frame |
|
|
If TRUE (bigram-mode) only one entry/word/frame; otherwise multiple entries allowed, one per distinct LM state |
|
|
entry[i][j]= j-th entry in the i-th block allocated |
|
|
For each frame, the first vithist ID in that frame; (the last is just before the first of the next frame) |
|
|
lms2vh[w]= Root of LM states ending in w in current frame |
|
|
List of LM word IDs with entries in lms2vh_root |
|
|
No. of CI phones |
|
|
Total #entries used (generates global seq no. or ID) |
|
|
No. of frames processed so far in this utterance |
|
|
Pruning beamwidth |
1.3.9.1