#include <s3types.h>
#include <logmath.h>
Go to the source code of this file.
Classes | |
| struct | interp_t |
| Wrapper structure of CD/CI interpolation. More... | |
| struct | interp_t::interp_wt_s |
| Quick and Dirty wrapper of the CD and CI weight. More... | |
Functions | |
| interp_t * | interp_init (const char *interpfile, logmath_t *logmath) |
| int32 | interp_cd_ci (interp_t *ip, int32 *senscr, int32 cd, int32 ci) |
| int32 | interp_all (interp_t *ip, int32 *senscr, s3senid_t *cimap, int32 n_ci_sen) |
|
||||||||||||||||||||
|
Interpolate each CD senone with its corresponding CI senone score.
|
|
||||||||||||||||||||
|
Interpolate a single given CD senone with the given CI senone score.
|
|
||||||||||||
|
Read a set of CD/CI senone interpolation weights from the given file. Return value: pointer to interpolation structure created. Caller MUST NOT change its contents.
|
1.3.9.1