Searched refs:complete_path_confidences (Results 1 – 3 of 3) sorted by relevance
165 stack->complete_path_confidences[choice] = confidence_value; in srec_nbest_put_confidence_value()174 return stack->complete_path_confidences[choice]; in srec_nbest_get_confidence_value()189 stack->complete_path_confidences[i] = stack->complete_path_confidences[i-1]; in srec_nbest_fix_homonym_confidence_values()
531 …stack->complete_path_confidences = (int*)CALLOC_CLR(stack->max_complete_paths, sizeof(int), "searc… in astar_stack_make()559 FREE(stack->complete_path_confidences); in astar_stack_destroy()
102 int* complete_path_confidences; member