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

  /external/srec/srec/include/
srec_arb.h 79 asr_int16_t* state_indices; /* only the first HMMInfo owns the pointer data */ member in struct:__anon28338
  /external/srec/srec/clib/
srec_arb.c 163 printf(" %d", allotree->hmm_infos[modelid].state_indices[j]);
248 pfread(&(hmm_infos[i].state_indices), sizeof(asr_int16_t*), 1, fp);
251 /* through this and comments below, I was trying to keep the state_indices
254 state_indices = hmm_infos[0].state_indices; */
257 hmm_infos[0].state_indices = (asr_int16_t*) * buffer;
258 num_atoms = sizeof(hmm_infos[0].state_indices[0]) * allotree->num_states / BYTES_PER_ATOM;
263 /* int j,offset2 = hmm_infos[i].state_indices - state_indices; */
264 hmm_infos[i].state_indices = hmm_infos[0].state_indices + offset
    [all...]
  /external/srec/tools/test_swiarb/
test_swiarb.c 132 printf_vector("pel_ids: ", " %d", allotree->hmm_infos[model_sequence[j]].state_indices,
  /external/srec/tools/grxmlcompile/
vocab.cpp 294 stateIDs.push_back( allotree->hmm_infos[id].state_indices[ii] );
296 std::cout << allotree->hmm_infos[id].state_indices[ii] ;
  /external/srec/srec/crec/
srec.c 394 model_index = hmm_info->state_indices[i];
422 current_model_scores[hmm_info->state_indices[0]] = DO_COMPUTE_MODEL;
    [all...]

Completed in 294 milliseconds