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

  /external/srec/srec/crec/
srec_initialize.c 187 rec->cost_offset_for_frame = (costdata*)CALLOC_CLR(max_frames, sizeof(costdata), "search.srec.current_best_costs");
202 rec->rec[i].cost_offset_for_frame = rec->cost_offset_for_frame;
231 FREE(rec->cost_offset_for_frame);
srec_results.c 410 gsm_states_cost += rec->cost_offset_for_frame[i];
srec.c 657 rec->cost_offset_for_frame[current_frame] = current_best_cost;
    [all...]
  /external/srec/srec/include/
srec.h 172 1 cost_offset_for_frame MAX_FRAMES
265 costdata* cost_offset_for_frame; /* see multi_srec, below */ member in struct:srec_t
299 costdata* cost_offset_for_frame; /* size max_frames, keeps track of member in struct:__anon12673

Completed in 24 milliseconds