Home
last modified time | relevance | path

Searched refs:end_frame (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/crec/
Dsrec_results.c79 frameID end_frame; in srec_has_results() local
82 end_frame = rec->current_search_frame; in srec_has_results()
85 if (rec->word_lattice->words_for_frame[end_frame] != MAXwtokenID) in srec_has_results()
367 frameID i, end_frame = MAXframeID; in srec_nbest_get_choice_info() local
387 end_frame = wtoken->end_time; in srec_nbest_get_choice_info()
388 end_cost = wtoken->cost + rec->accumulated_cost_offset[ end_frame]; in srec_nbest_get_choice_info()
394 if (start_frame != MAXframeID && end_frame != MAXframeID) in srec_nbest_get_choice_info()
396 num_speech_frames = (frameID)(end_frame - start_frame); in srec_nbest_get_choice_info()
408 for (i = start_frame + 1; i <= end_frame; i++) in srec_nbest_get_choice_info()
427 for (i = start_frame + 1; i <= end_frame; i++) in srec_nbest_get_choice_info()
Dword_lattice.c412 frameID end_frame; local
424 end_frame = rec->current_search_frame;
426 token_index = wl->words_for_frame[end_frame];
448 frameID end_frame; local
463 end_frame = rec->current_search_frame;
465 sort_word_lattice_at_frame(rec, end_frame);
466 token_index = wl->words_for_frame[end_frame];
489 frameID end_frame; local
500 end_frame = rec->current_search_frame;
502 token_index = wl->words_for_frame[end_frame];
[all …]
Dsrec.c1785 void srec_force_the_end(srec* rec, frameID end_frame, wordID end_word) in srec_force_the_end() argument
1790 wtoken_index = wl->words_for_frame[end_frame]; in srec_force_the_end()
1793 for (frame = end_frame - 1; frame > 20; frame--) in srec_force_the_end()
1798 wl->words_for_frame[end_frame] = wl->words_for_frame[frame]; in srec_force_the_end()
1800 for (tmp = wl->words_for_frame[end_frame]; tmp != MAXwtokenID; in srec_force_the_end()
1809 PLogError(L("Forced an end path at end frame %d/%d)\n"), frame, end_frame); in srec_force_the_end()
1824 frameID end_frame = rec->current_search_frame; in srec_no_more_frames() local
1842 comp_stats->total_time += (float)(end_frame / 50.0f); in srec_no_more_frames()
2356 void multi_srec_get_speech_bounds(multi_srec* recm, frameID* start_frame, frameID* end_frame) in multi_srec_get_speech_bounds() argument
2363 *start_frame = *end_frame = 0; in multi_srec_get_speech_bounds()
[all …]
Dastar.c575 frameID end_frame = rec->current_search_frame; in astar_stack_prepare() local
590 for (token_index = rec->word_lattice->words_for_frame[end_frame]; in astar_stack_prepare()
/external/srec/srec/include/
Dsrec.h335 void multi_srec_get_speech_bounds(multi_srec* rec, frameID* start_frame, frameID* end_frame);
/external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
DSDL_syscdrom.c456 FRAMES_TO_MSF(start+length, &playtime.end_minute, &playtime.end_second, &playtime.end_frame); in SDL_SYS_CDPlay()