HomeSort by relevance Sort by last modified time
    Searched refs:bigcostdata (Results 1 - 12 of 12) sorted by null

  /external/srec/srec/include/
srec_sizes.h 27 typedef asr_int32_t bigcostdata; /*done as cost, so always >= 0*/ typedef
43 #define MAXbcostdata ((bigcostdata)2147483647)
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);
word_lattice.h 43 int srec_get_top_choice_score(multi_srec* rec, bigcostdata *cost, int do_incsil);
astar.h 76 bigcostdata costsofar; /* quick access to total score, frwd+bkwd */
  /external/srec/srec/ca/
rec_resu.c 45 bigcostdata cost;
  /external/srec/srec/crec/
srec_eosd.c 80 bigcostdata eos_cost_margin;
81 bigcostdata opteos_cost_margin;
srec_results.c 369 bigcostdata speech_frames_cost, start_cost = 0, end_cost = 0;
407 bigcostdata gsm_states_cost = 0;
426 bigcostdata gsm_states_cost = 0;
437 bigcostdata gsm_states_cost = 0;
srec_initialize.c 188 rec->accumulated_cost_offset = (bigcostdata*)CALLOC_CLR(max_frames, sizeof(bigcostdata), "search.srec.accumulated_cost_offset");
word_lattice.c 115 bigcostdata cost;
116 bigcostdata cost_for_word;
310 bigcostdata cost, cost_for_word;
486 int srec_get_top_choice_score(multi_srec* recm, bigcostdata *cost, int do_incsil)
521 bigcostdata cost;
srec_debug.c 102 bigcostdata cost_offset = rec->accumulated_cost_offset[rec->current_search_frame-1];
astar.c 293 bigcostdata max_cost,
662 bigcostdata max_cost = 0;
    [all...]
srec.c 80 bigcostdata costlimit)
98 if ((bigcostdata)batch->costbasis + awtoken->costdelta > costlimit)
109 if ((bigcostdata)(batch->costbasis) + batch->costdelta < costlimit)
142 bigcostdata current_prune_delta = rec->prune_delta;
    [all...]

Completed in 108 milliseconds