Searched refs:infoval (Results 1 – 2 of 2) sorted by relevance
350 int srec_nbest_get_choice_info(void* rec_void, int ibest, asr_int32_t* infoval, char* infoname) in srec_nbest_get_choice_info() argument401 *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()
46 int srec_nbest_get_choice_info(void* rec_void, int ibest, asr_int32_t* infoval, char* infoname);