HomeSort by relevance Sort by last modified time
    Searched refs:frameID (Results 1 - 14 of 14) sorted by null

  /external/srec/srec/include/
srec_eosd.h 32 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;
swimodel.h 85 static PINLINE costdata duration_penalty_loop(frameID average_duration, frameID duration_so_far)
99 static PINLINE costdata duration_penalty_depart(frameID average_duration, frameID duration_so_far)
srec.h 67 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 */
112 /* since frameID is 16 bit, and 15bits is plenty
130 frameID max_frames;
204 frameID current_search_frame;
263 frameID max_frames;
298 frameID max_frames
    [all...]
srec_sizes.h 33 typedef asr_uint16_t frameID; /*for time frame*/
49 #define MAXframeID ((frameID)65535)
word_lattice.h 47 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 ifr);
  /external/srec/srec/crec/
rec_norm.c 39 frameID speech_start, speech_end;
srec_eosd.c 37 eosd->eos_costdelta = (frameID)eos_costdelta;
38 eosd->opt_eos_costdelta = (frameID)opt_eos_costdelta;
39 eosd->endnode_timeout = (frameID)terminal_timeout;
40 eosd->optendnode_timeout = (frameID)optional_terminal_timeout;
41 eosd->internalnode_timeout = (frameID)non_terminal_timeout;
42 eosd->inspeech_timeout = (frameID)max_speech_duration;
srec_results.c 79 frameID end_frame;
95 frameID ifr;
366 frameID start_frame = MAXframeID;
367 frameID i, end_frame = MAXframeID;
368 frameID num_speech_frames;
371 frameID num_words;
396 num_speech_frames = (frameID)(end_frame - start_frame);
word_lattice.c 54 srec_word_lattice *allocate_word_lattice(frameID max_frames)
76 frameID ifr;
84 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID ifr)
100 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
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)
    [all...]
srec_initialize.c 112 rec->max_frames = (frameID)max_frames;
114 rec->word_lattice = allocate_word_lattice((frameID)max_frames);
189 rec->max_frames = (frameID)max_frames;
srec_debug.c 100 frameID* duration = &stoken->duration[0];
srec.c 60 static void reset_cost_offsets(multi_srec* rec, frameID current_search_frame,
325 pattern_info *pattern, frameID current_search_frame)
654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame,
    [all...]
astar.c 344 int join_frame_diff; /* need a signed frameID */
575 frameID end_frame = rec->current_search_frame;
718 sort_word_lattice_at_frame(rec, (frameID)(wtoken->end_time + 1));
935 frameID end_time;
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]

Completed in 56 milliseconds