Searched refs:cost_offset_for_frame (Results 1 – 4 of 4) sorted by relevance
187 …rec->cost_offset_for_frame = (costdata*)CALLOC_CLR(max_frames, sizeof(costdata), "search.srec.curr… in allocate_recognition()202 rec->rec[i].cost_offset_for_frame = rec->cost_offset_for_frame; in allocate_recognition()231 FREE(rec->cost_offset_for_frame); in free_recognition()
410 gsm_states_cost += rec->cost_offset_for_frame[i]; in srec_nbest_get_choice_info()
657 rec->cost_offset_for_frame[current_frame] = current_best_cost; in reset_cost_offsets()1857 rec->cost_offset_for_frame[ rec->current_search_frame] = 0; in srec_no_more_frames()
265 costdata* cost_offset_for_frame; /* see multi_srec, below */ member299 costdata* cost_offset_for_frame; /* size max_frames, keeps track of member