SphinxBase 0.6
|
Data Fields | ||
union { | ||
int32 ival | ||
char * sval | ||
} | r | |
uint32 | nbits | |
uint32 | codeword | |
Definition at line 58 of file huff_code.c.
uint32 huff_codeword_s::codeword |
Definition at line 63 of file huff_code.c.
int32 huff_codeword_s::ival |
Definition at line 60 of file huff_code.c.
uint32 huff_codeword_s::nbits |
Definition at line 63 of file huff_code.c.
char* huff_codeword_s::sval |
Definition at line 61 of file huff_code.c.