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

/external/srec/srec/crec/
H A Dsrec_initialize.c113 rec->best_model_cost_for_frame = (costdata*)CALLOC_CLR(max_frames, sizeof(costdata), "search.srec.best_model_cost_for_frame");
219 FREE(rec->best_model_cost_for_frame);
H A Dsrec_results.c428 gsm_states_cost += rec->best_model_cost_for_frame[i];
439 gsm_states_cost += rec->best_model_cost_for_frame[i];
H A Dsrec.c2191 rec->best_model_cost_for_frame[rec->current_search_frame] = best_uint16(rec->current_model_scores, acoustic_models->num_hmmstates);
/external/srec/srec/include/
H A Dsrec.h264 costdata* best_model_cost_for_frame; member in struct:srec_t

Completed in 65 milliseconds