Home | History | Annotate | Download | only in include

Lines Matching full:costdata

49   costdata costdelta;        /* cost relative to path being propagated */
54 costdata costbasis; /* cost of best fsmarc_token host */
68 costdata cost[MAX_HMM]; /* cost so far*/
88 costdata cost;
108 costdata cost; /* cost for path up to this point*/
148 costdata max_cost_in_q;
200 costdata prune_delta; /* controls the amount of score-based pruning - should this go in the context instead?*/
201 costdata current_prune_delta; /* when the above changes in mid-frame */
202 costdata current_best_cost; /* 0 if single recog */
221 costdata *current_model_scores; /* temporary array used by the search to contain model scores -
264 costdata* best_model_cost_for_frame;
265 costdata* cost_offset_for_frame; /* see multi_srec, below */
272 costdata current_best_ftoken_cost[NODE_INFO_NUMS];
299 costdata* cost_offset_for_frame; /* size max_frames, keeps track of
329 costdata get_priority_q_threshold(priority_q *pq, word_token *word_token_array);
334 bigcostdata accumulated_cost_offset(costdata *cost_offsets, frameID frame);