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

  /external/srec/srec/include/
swimodel.h 34 short num_pdfs; /* number of pdfs for this state */ member in struct:__anon12686
52 modelID num_pdfs; /* total number of pdfs ~ 4800 */ member in struct:__anon12687
54 const featdata *allmeans; /* size num_dims*num_pdfs ~ 36*4800 */
55 const wtdata *allweights; /* size num_pdfs ~ 4800 */
  /external/srec/srec/clib/
swimodel.c 351 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 39 milliseconds