Searched refs:num_pdfs (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/include/
H A Dswimodel.h34 short num_pdfs; /* number of pdfs for this state */ member in struct:__anon12471
52 modelID num_pdfs; /* total number of pdfs ~ 4800 */ member in struct:__anon12472
54 const featdata *allmeans; /* size num_dims*num_pdfs ~ 36*4800 */
55 const wtdata *allweights; /* size num_pdfs ~ 4800 */
/external/srec/srec/clib/
H A Dswimodel.c351 swimodel->num_pdfs = *(const short*)file;
361 file += sizeof(featdata) * swimodel->num_pdfs * swimodel->num_dims;
364 file += sizeof(wtdata) * swimodel->num_pdfs;
375 PLogMessage("loaded models %s num_hmmstates %d num_dims %d num_pdfs %d weights[0] %d\n",
376 filename, swimodel->num_hmmstates, swimodel->num_dims, swimodel->num_pdfs,
385 hmmstates[i].num_pdfs = num_pdfs_in_model[i];
455 for (ii = 0; ii < spd->num_pdfs; ii++)

Completed in 71 milliseconds