Home
last modified time | relevance | path

Searched refs:best_model_cost_for_frame (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/crec/
Dsrec_initialize.c113 …rec->best_model_cost_for_frame = (costdata*)CALLOC_CLR(max_frames, sizeof(costdata), "search.srec.… in allocate_recognition1()
219 FREE(rec->best_model_cost_for_frame); in free_recognition1()
Dsrec_results.c428 gsm_states_cost += rec->best_model_cost_for_frame[i]; in srec_nbest_get_choice_info()
439 gsm_states_cost += rec->best_model_cost_for_frame[i]; in srec_nbest_get_choice_info()
Dsrec.c2191 …rec->best_model_cost_for_frame[rec->current_search_frame] = best_uint16(rec->current_model_scores,… in srec_viterbi_part1()
/external/srec/srec/include/
Dsrec.h264 costdata* best_model_cost_for_frame; member