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

  /external/srec/srec/include/
frontpar.h 64 int rastaA_scale[MAX_CEP_DIM];
front.h 200 cepdata *rastaA_scale;
  /external/srec/srec/cfront/
frontobj.c 584 cepobj->rastaA_scale = (cepdata *) CALLOC(cepobj->mel_dim + 1,
585 sizeof(cepdata), "cfront.rastaA_scale");
605 cepobj->rastaA_scale[i] = (cepdata) parameters->rastaA_scale[i];
619 cepobj->rastaA_scale[i] = (cepdata) fixed_point_convert((float) parameters->rastaA_scale[i],
669 if (cepobj->rastaA_scale)
670 FREE((char*)cepobj->rastaA_scale);
671 cepobj->rastaA_scale = NULL;
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 453 CHKLOG(rc, IntArrayListGet(intList, i, &params->rastaA_scale[i]));
    [all...]

Completed in 36 milliseconds