OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_model_cost_for_frame
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/crec/
srec_initialize.c
113
rec->
best_model_cost_for_frame
= (costdata*)CALLOC_CLR(max_frames, sizeof(costdata), "search.srec.
best_model_cost_for_frame
");
219
FREE(rec->
best_model_cost_for_frame
);
srec_results.c
428
gsm_states_cost += rec->
best_model_cost_for_frame
[i];
439
gsm_states_cost += rec->
best_model_cost_for_frame
[i];
srec.c
[
all
...]
/external/srec/srec/include/
srec.h
264
costdata*
best_model_cost_for_frame
;
member in struct:srec_t
Completed in 32 milliseconds