Home
last modified time | relevance | path

Searched refs:senone_active (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Ds2_semi_mgau.c220 int sen = senone_active[j] + l;
255 int sen = senone_active[j] + l;
287 int sen = senone_active[j] + l;
316 int sen = senone_active[j] + l;
472 int n = senone_active[j] + l;
534 int n = senone_active[j] + l;
590 int n = senone_active[j] + l;
640 int n = senone_active[j] + l;
684 int n = senone_active[j] + l;
722 int n = senone_active[j] + l;
[all …]
H A Dacmod.h103 uint8 *senone_active,
119 #define ps_mgau_frame_eval(mg,senscr,senone_active,n_senone_active,feat,frame,compallsen) \ argument
121 (mg, senscr, senone_active, n_senone_active, feat, frame, compallsen)
167 uint8 *senone_active; /**< Array of deltas to active GMMs. */ member
H A Dms_mgau.c192 uint8 *senone_active,
242 int32 s = senone_active[i] + n;
256 int32 s = senone_active[i] + n;
267 int32 s = senone_active[i] + n;
H A Dacmod.c305 acmod->senone_active = ckd_calloc(bin_mdef_n_sen(acmod->mdef), in acmod_init()
341 ckd_free(acmod->senone_active); in acmod_free()
1018 if ((rv = fread(acmod->senone_active, 1, in acmod_read_scores_internal()
1023 int j, sen = n + acmod->senone_active[i]; in acmod_read_scores_internal()
1178 acmod->senone_active, in acmod_score()
1192 acmod->senone_active, in acmod_score()
1221 senscr += acmod->senone_active[i]; in acmod_best_score()
1313 acmod->senone_active[n++] = 255; in acmod_flags2list()
1316 acmod->senone_active[n++] = delta; in acmod_flags2list()
1329 acmod->senone_active[n++] = 255; in acmod_flags2list()
[all …]
H A Dptm_mgau.c297 ptm_mgau_calc_cb_active(ptm_mgau_t *s, uint8 *senone_active,
308 int sen = senone_active[i] + lastsen;
328 uint8 *senone_active, int32 n_senone_active,
349 sen = senone_active[i] + lastsen;
411 uint8 *senone_active,
444 ptm_mgau_calc_cb_active(s, senone_active, n_senone_active, compallsen);
450 ptm_mgau_senone_eval(s, senone_scores, senone_active,
H A Dms_mgau.h134 uint8 *senone_active,
H A Ds2_semi_mgau.h89 uint8 *senone_active,
H A Dptm_mgau.h94 uint8 *senone_active,
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Ds2_semi_mgau.c220 int sen = senone_active[j] + l; in get_scores_8b_feat_6()
255 int sen = senone_active[j] + l; in get_scores_8b_feat_5()
287 int sen = senone_active[j] + l; in get_scores_8b_feat_4()
316 int sen = senone_active[j] + l; in get_scores_8b_feat_3()
472 int n = senone_active[j] + l; in get_scores_4b_feat_6()
534 int n = senone_active[j] + l; in get_scores_4b_feat_5()
590 int n = senone_active[j] + l; in get_scores_4b_feat_4()
640 int n = senone_active[j] + l; in get_scores_4b_feat_3()
684 int n = senone_active[j] + l; in get_scores_4b_feat_2()
722 int n = senone_active[j] + l; in get_scores_4b_feat_1()
[all …]
H A Dacmod.h103 uint8 *senone_active,
119 #define ps_mgau_frame_eval(mg,senscr,senone_active,n_senone_active,feat,frame,compallsen) \ argument
121 (mg, senscr, senone_active, n_senone_active, feat, frame, compallsen)
167 uint8 *senone_active; /**< Array of deltas to active GMMs. */ member
H A Dms_mgau.c192 uint8 *senone_active, in ms_cont_mgau_frame_eval() argument
242 int32 s = senone_active[i] + n; in ms_cont_mgau_frame_eval()
256 int32 s = senone_active[i] + n; in ms_cont_mgau_frame_eval()
267 int32 s = senone_active[i] + n; in ms_cont_mgau_frame_eval()
H A Dacmod.c298 acmod->senone_active = ckd_calloc(bin_mdef_n_sen(acmod->mdef), in acmod_init()
334 ckd_free(acmod->senone_active); in acmod_free()
971 if ((rv = fread(acmod->senone_active, 1, in acmod_read_scores_internal()
977 int j, sen = n + acmod->senone_active[i]; in acmod_read_scores_internal()
1121 acmod->senone_active, in acmod_score()
1135 acmod->senone_active, in acmod_score()
1163 senscr += acmod->senone_active[i]; in acmod_best_score()
1255 acmod->senone_active[n++] = 255; in acmod_flags2list()
1258 acmod->senone_active[n++] = delta; in acmod_flags2list()
1271 acmod->senone_active[n++] = 255; in acmod_flags2list()
[all …]
H A Dptm_mgau.c289 ptm_mgau_calc_cb_active(ptm_mgau_t *s, uint8 *senone_active, in ptm_mgau_calc_cb_active() argument
300 int sen = senone_active[i] + lastsen; in ptm_mgau_calc_cb_active()
320 uint8 *senone_active, int32 n_senone_active, in ptm_mgau_senone_eval() argument
341 sen = senone_active[i] + lastsen; in ptm_mgau_senone_eval()
403 uint8 *senone_active, in ptm_mgau_frame_eval() argument
436 ptm_mgau_calc_cb_active(s, senone_active, n_senone_active, compallsen); in ptm_mgau_frame_eval()
441 ptm_mgau_senone_eval(s, senone_scores, senone_active, in ptm_mgau_frame_eval()
H A Dms_mgau.h134 uint8 *senone_active,
H A Dptm_mgau.h94 uint8 *senone_active, in initWithDSNS:()
H A Ds2_semi_mgau.h95 uint8 *senone_active,