Home
last modified time | relevance | path

Searched refs:infoval (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/crec/
Dsrec_results.c350 int srec_nbest_get_choice_info(void* rec_void, int ibest, asr_int32_t* infoval, char* infoname) in srec_nbest_get_choice_info() argument
401 *infoval = num_speech_frames; in srec_nbest_get_choice_info()
403 *infoval = speech_frames_cost; in srec_nbest_get_choice_info()
411 *infoval = (asr_int32_t)speech_frames_cost - (asr_int32_t)gsm_states_cost; in srec_nbest_get_choice_info()
418 *infoval = 0; in srec_nbest_get_choice_info()
422 *infoval = num_words; in srec_nbest_get_choice_info()
429 *infoval = gsm_states_cost; in srec_nbest_get_choice_info()
433 *infoval = rec->current_search_frame; in srec_nbest_get_choice_info()
440 *infoval = gsm_states_cost; in srec_nbest_get_choice_info()
444 *infoval = rec->id; in srec_nbest_get_choice_info()
/external/srec/srec/include/
Dsrec_results.h46 int srec_nbest_get_choice_info(void* rec_void, int ibest, asr_int32_t* infoval, char* infoname);