#include <s3types.h>
Go to the source code of this file.
Classes | |
| struct | ascr_t |
Functions | |
| S3DECODER_EXPORT ascr_t * | ascr_init (int32 n_sen, int32 n_comsen, int32 n_sseq, int32 n_comsseq, int32 pl_win, int32 n_cisen) |
| void | ascr_report (ascr_t *a) |
| void | ascr_print_senscr (ascr_t *a) |
| S3DECODER_EXPORT void | ascr_free (ascr_t *a) |
| void | ascr_shift_one_cache_frame (ascr_t *a, int32 win_efv) |
| void | ascr_clear_sen_active (ascr_t *a) |
| void | ascr_clear_ssid_active (ascr_t *a) |
| void | ascr_clear_comssid_active (ascr_t *a) |
|
|
Clear the composite senone sequence ID active array
|
|
|
Clear the senone active array
|
|
|
Clear senone sequence ID active array.
|
|
|
Free ascr_t
|
|
||||||||||||||||||||||||||||
|
Create an ascr_t structure for the given number of senones (ordinary and composite).
|
|
|
Report the senone scores and comsen scores array. For debugging.
|
|
|
Report the ascr parameters.
|
|
||||||||||||
|
Shift one frame for the cache
|
1.3.9.1