#include <htk_param.h>
Collaboration diagram for HTK_Param:
Data Fields | |
HTK_Param_Header | header |
Parameter header information. | |
unsigned int | samplenum |
Number of sample (same in header.samplenum). | |
short | veclen |
Vector length of a sample. | |
VECT ** | parvec |
Actual parameter vectors [0..samplenum-1][0..veclen-1]. | |
short | veclen_alloc |
Allocated vector length of a sample. | |
unsigned int | samplenum_alloc |
Alllocated number of samples. | |
BMALLOC_BASE * | mroot |
Pointer for block memory allocation. |
Definition at line 76 of file htk_param.h.