Home
last modified time | relevance | path

Searched refs:frameID (Results 1 – 14 of 14) sorted by relevance

/external/srec/srec/include/
Dsrec_eosd.h32 frameID endnode_timeout;
33 frameID optendnode_timeout;
34 frameID internalnode_timeout;
35 frameID inspeech_timeout;
41 frameID endnode_frmcnt;
42 frameID optendnode_frmcnt;
43 frameID internalnode_frmcnt;
44 frameID inspeech_frmcnt;
Dsrec.h67 frameID num_hmm_states; /* number of hmm states */
72 frameID duration[MAX_HMM]; /* frames observed for this hmm state, todo: pack into char! */
94 frameID silence_duration;
105 frameID end_time; /* end time of the word just observed, includes trailing silence */
111 frameID _word_end_time; /* end time of the word just observed, excl trailing silence */
130 frameID max_frames;
204 frameID current_search_frame;
263 frameID max_frames;
298 frameID max_frames;
334 bigcostdata accumulated_cost_offset(costdata *cost_offsets, frameID frame);
[all …]
Dswimodel.h85 static PINLINE costdata duration_penalty_loop(frameID average_duration, frameID duration_so_far) in duration_penalty_loop()
99 static PINLINE costdata duration_penalty_depart(frameID average_duration, frameID duration_so_far) in duration_penalty_depart()
Dword_lattice.h47 void sort_word_lattice_at_frame(srec* rec, frameID frame);
49 srec_word_lattice *allocate_word_lattice(frameID max_frames);
52 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
54 …costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID i…
Dsrec_sizes.h33 typedef asr_uint16_t frameID; /*for time frame*/ typedef
49 #define MAXframeID ((frameID)65535)
/external/srec/srec/crec/
Dsrec_eosd.c37 eosd->eos_costdelta = (frameID)eos_costdelta; in srec_eosd_allocate()
38 eosd->opt_eos_costdelta = (frameID)opt_eos_costdelta; in srec_eosd_allocate()
39 eosd->endnode_timeout = (frameID)terminal_timeout; in srec_eosd_allocate()
40 eosd->optendnode_timeout = (frameID)optional_terminal_timeout; in srec_eosd_allocate()
41 eosd->internalnode_timeout = (frameID)non_terminal_timeout; in srec_eosd_allocate()
42 eosd->inspeech_timeout = (frameID)max_speech_duration; in srec_eosd_allocate()
Dsrec_results.c79 frameID end_frame; in srec_has_results()
95 frameID ifr; in srec_clear_results()
366 frameID start_frame = MAXframeID; in srec_nbest_get_choice_info()
367 frameID i, end_frame = MAXframeID; in srec_nbest_get_choice_info()
368 frameID num_speech_frames; in srec_nbest_get_choice_info()
371 frameID num_words; in srec_nbest_get_choice_info()
396 num_speech_frames = (frameID)(end_frame - start_frame); in srec_nbest_get_choice_info()
Dword_lattice.c54 srec_word_lattice *allocate_word_lattice(frameID max_frames) in allocate_word_lattice()
76 frameID ifr; in initialize_word_lattice()
84 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID if… in lattice_best_cost_to_frame()
100 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame, in lattice_add_word_tokens()
355 frameID i;
412 frameID end_frame;
448 frameID end_frame;
489 frameID end_frame;
534 void sort_word_lattice_at_frame(srec* rec, frameID frame)
749 free_word_token_from_lattice(rec, (frameID)i);
Dsrec_initialize.c112 rec->max_frames = (frameID)max_frames; in allocate_recognition1()
114 rec->word_lattice = allocate_word_lattice((frameID)max_frames); in allocate_recognition1()
189 rec->max_frames = (frameID)max_frames; in allocate_recognition()
Drec_norm.c39 frameID speech_start, speech_end; in inherit_recognition_statistics()
Dsrec.c60 static void reset_cost_offsets(multi_srec* rec, frameID current_search_frame,
325 pattern_info *pattern, frameID current_search_frame) in compute_model_scores()
654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame, in reset_cost_offsets()
1380 frameID ct_end_time = MAXframeID, et_end_time = 0; in update_from_hmms_to_fsmnodes()
1785 void srec_force_the_end(srec* rec, frameID end_frame, wordID end_word) in srec_force_the_end()
1789 frameID frame; in srec_force_the_end()
1824 frameID end_frame = rec->current_search_frame; in srec_no_more_frames()
1916 frameID ifr; in srec_terminate()
2356 void multi_srec_get_speech_bounds(multi_srec* recm, frameID* start_frame, frameID* end_frame) in multi_srec_get_speech_bounds()
2358 frameID csf; in multi_srec_get_speech_bounds()
Dsrec_debug.c100 frameID* duration = &stoken->duration[0]; in print_fsmarc_token()
Dastar.c575 frameID end_frame = rec->current_search_frame; in astar_stack_prepare()
718 sort_word_lattice_at_frame(rec, (frameID)(wtoken->end_time + 1)); in astar_stack_do_backwards_search()
935 frameID end_time; in print_path()
1081 frameID prune_frame = rec->current_search_frame; in astar_stack_prepare_from_active_search()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c1492 impl->recognizer->eosd_parms->eos_costdelta = (frameID)value; in SR_RecognizerSetSize_tParameterImpl()
1493 impl->recognizer->eosd_parms->opt_eos_costdelta = (frameID)value; in SR_RecognizerSetSize_tParameterImpl()