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

  /external/srec/srec/crec/
word_lattice.c 87 costdata best_cost = MAXcostdata; local
94 if (best_cost > wtoken->cost)
95 best_cost = wtoken->cost;
97 return best_cost;
srec.c 823 costdata best_cost)
848 current_prune_thresh = best_cost + current_prune_delta;
926 current_prune_delta = reprune_fsmnode_tokens(rec, best_cost, current_prune_delta, current_ftoken_index);
927 current_prune_thresh = best_cost + current_prune_delta;
    [all...]
  /external/speex/libspeex/
jitter.c 179 spx_int32_t best_cost=0x7fffffff; local
238 if (cost < best_cost)
240 best_cost = cost;

Completed in 6152 milliseconds