HomeSort by relevance Sort by last modified time
    Searched full:modelid (Results 1 - 25 of 28) sorted by null

1 2

  /external/srec/tools/make_cfst/
make_cfst.cpp 50 int modelId;
68 modelID modelId, max_modelId = 0;
132 modelID silenceModelId = 0;
133 silenceModelId = (modelID)get_modelid_for_pic(allotree, silencePhonId, silencePhonId, silencePhonId);
136 for(modelId=0; modelId<MAX_MODELS; modelId++) {
137 minifst[modelId].modelId = MAXmodelID
    [all...]
  /external/srec/tools/test_swiarb/
test_swiarb.c 59 modelID model_sequence[128];
90 /* get modelID for a triphone */
118 printf("triphone:_%c_ -> ModelID:%d\n", pronunciation[j], model_sequence[j]);
120 printf("triphone:_%c%c -> ModelID:%d\n", pronunciation[j], pronunciation[j+1],
124 printf("triphone:%c%c_ -> ModelID:%d\n", pronunciation[j-1], pronunciation[j], model_sequence[j]);
127 printf("triphone:%c%c%c -> ModelID:%d\n", pronunciation[j-1], pronunciation[j], pronunciation[j+1],
  /external/srec/srec/AcousticModels/include/
SR_AcousticModels.h 90 * Returns modelID of a component.
100 * Sets the modelID of a component.
170 * Returns modelID of a component.
180 * Sets the modelID of a component.
  /external/srec/srec/include/
swimodel.h 50 modelID num_hmmstates; /* number of hmm states ~ 800 */
52 modelID num_pdfs; /* total number of pdfs ~ 4800 */
srec_sizes.h 38 typedef asr_uint16_t modelID; /*for models (HMM state distributions)*/
srec_context.h 100 asr_uint32_t modelid; /* modelid at compilation time, or 0 for unknown */ member in struct:srec_context
srec_arb.h 122 int num_phonemes, modelID* acoustic_model_ids);
srec.h 223 modelID num_model_slots_allocated; /*num allocated in above array - search will only
  /external/srec/tools/test_g2g/
test_g2g.c 71 ESR_ReturnCode find_phonemes_for_ihmms( CA_Arbdata* ca_arbdata, modelID* ihmms, int num_hmms);
193 modelID ilabels_preceding[64], num_ilabels_preceding;
194 modelID ilabels_following[64], num_ilabels_following;
195 modelID ilabels[128], num_ilabels;
231 fst->modelid
316 ilabels[j] = (modelID)p4pTable[ ilabels[j]];
375 ESR_ReturnCode find_phonemes_for_ihmms( CA_Arbdata* ca_arbdata, modelID* ihmms, int num_ihmms)
392 ihmms[ii] = (modelID)i;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler_strings.cc 154 {"modelId", IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_MODEL_ID},
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 163 @"modelID: \"%@\", uniqueID \"%@\", isConnected: %d, "
168 [capture_device modelID],
  /external/srec/srec/clib/
srec_arb.c 120 modelID* acoustic_model_ids)
123 modelID modelid; local
156 modelid = (modelID) get_modelid_for_pic(allotree, lphon, cphon, rphon);
157 acoustic_model_ids[i] = modelid;
162 for (j = 0; j < allotree->hmm_infos[modelid].num_states; j++)
163 printf(" %d", allotree->hmm_infos[modelid].state_indices[j]);
  /external/srec/srec/crec/
srec_context.c 112 modelID* model_sequence, int num_models);
291 modelID hmm_number(const char* hmm_Name, modelID hmm_ilabel_offset)
297 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID));
300 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf)
894 if (allotree__modelid != 0 && fst->modelid != 0)
896 if (allotree__modelid != fst->modelid)
898 PLogError("Error: modelids disagree, sgcbaseline(%u) arbdata(%u)", fst->modelid, allotree__modelid)
    [all...]
srec_initialize.c 92 rec->num_model_slots_allocated = (modelID)max_model_states;
srec.c 352 modelID model_index;
    [all...]
  /external/srec/srec/ca/
syn_srec.c 266 modelID* pmodelIds)
299 return (modelID)get_modelid_for_pic(allotree, lphon_ID, cphon_ID, rphon_ID);
  /external/libexif/libexif/pentax/
mnote-pentax-tag.c 67 {MNOTE_PENTAX2_TAG_MODEL_ID, "ModelID", N_("Model Identification"), ""},
  /device/lge/hammerhead/kernel-headers/sound/
compress_params.h 231 __u8 *modelId;
  /external/chromium_org/components/onc/
onc_constants.cc 112 const char kModelID[] = "ModelID";
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_params.h 232 __u8 *modelId;
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_params.h 342 __u8 *modelId;
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_params.h 343 __u8 *modelId;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.html 344 <td class="option-name" i18n-content="modelId"></td>
internet_detail.js     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 

Completed in 194 milliseconds

1 2