Searched refs:bigcostdata (Results 1 – 12 of 12) sorted by relevance
/external/srec/srec/include/ |
D | srec_sizes.h | 27 typedef asr_int32_t bigcostdata; /*done as cost, so always >= 0*/ typedef 43 #define MAXbcostdata ((bigcostdata)2147483647)
|
D | srec.h | 266 bigcostdata* accumulated_cost_offset; /* see multi_srec, below */ 302 bigcostdata *accumulated_cost_offset; /* same as above but cumulative */ 334 bigcostdata accumulated_cost_offset(costdata *cost_offsets, frameID frame);
|
D | word_lattice.h | 43 int srec_get_top_choice_score(multi_srec* rec, bigcostdata *cost, int do_incsil);
|
D | astar.h | 76 bigcostdata costsofar; /* quick access to total score, frwd+bkwd */
|
/external/srec/srec/crec/ |
D | srec_results.c | 369 bigcostdata speech_frames_cost, start_cost = 0, end_cost = 0; in srec_nbest_get_choice_info() 407 bigcostdata gsm_states_cost = 0; in srec_nbest_get_choice_info() 426 bigcostdata gsm_states_cost = 0; in srec_nbest_get_choice_info() 437 bigcostdata gsm_states_cost = 0; in srec_nbest_get_choice_info()
|
D | srec_eosd.c | 80 bigcostdata eos_cost_margin; in srec_check_end_of_speech() 81 bigcostdata opteos_cost_margin; in srec_check_end_of_speech()
|
D | word_lattice.c | 115 bigcostdata cost; in print_word_token_backtrace() 116 bigcostdata cost_for_word; in print_word_token_backtrace() 310 bigcostdata cost, cost_for_word; in print_word_token() 486 int srec_get_top_choice_score(multi_srec* recm, bigcostdata *cost, int do_incsil) 521 bigcostdata cost;
|
D | srec_initialize.c | 188 …rec->accumulated_cost_offset = (bigcostdata*)CALLOC_CLR(max_frames, sizeof(bigcostdata), "search.s… in allocate_recognition()
|
D | astar.c | 293 bigcostdata max_cost, in extend_path() 662 bigcostdata max_cost = 0; in astar_stack_do_backwards_search() 1072 int maybe_add_to_active_paths(AstarStack* stack, word_token* word_token_array, bigcostdata cost, wt… 1083 bigcostdata parp_costsofar; in astar_stack_prepare_from_active_search() 1142 int maybe_add_to_active_paths(AstarStack* stack, word_token* word_token_array, bigcostdata parp_cos… in maybe_add_to_active_paths()
|
D | srec_debug.c | 102 bigcostdata cost_offset = rec->accumulated_cost_offset[rec->current_search_frame-1]; in print_fsmarc_token()
|
D | srec.c | 80 bigcostdata costlimit) in reprune_altword_token_batch() 98 if ((bigcostdata)batch->costbasis + awtoken->costdelta > costlimit) in reprune_altword_token_batch() 109 if ((bigcostdata)(batch->costbasis) + batch->costdelta < costlimit) in reprune_altword_token_batch() 142 bigcostdata current_prune_delta = rec->prune_delta; in reprune_altword_tokens()
|
/external/srec/srec/ca/ |
D | rec_resu.c | 45 bigcostdata cost; in CA_FullResultScore()
|