/external/srec/srec/include/ |
frontpar.h | 66 int mel_offset[MAX_CHAN_DIM]; member in struct:__anon26483
|
front.h | 202 cepdata *mel_offset; member in struct:__anon26479
|
/external/srec/srec/cfront/ |
frontobj.c | 568 cepobj->mel_offset = (cepdata *) CALLOC(MEL_FREQ_ARRAY_SIZE, 569 sizeof(cepdata), "cfront.mel_offset"); 593 cepobj->mel_offset[i] = (cepdata) parameters->mel_offset[i]; 678 if (cepobj->mel_offset) 679 FREE((char*)cepobj->mel_offset); 680 cepobj->mel_offset = NULL;
|
chelmel4.c | 137 SHIFT_DOWN(cepobj->mel_offset[ii], channel->shift)), 145 SHIFT_UP(cepobj->mel_offset[ii], -channel->shift)),
|
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 144 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_offset", &exists)); 150 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.mel_offset", intList, TYPES_INTARRAYLIST)); 400 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.mel_offset", (void **)&intList, TYPES_INTARRAYLIST)); 408 CHKLOG(rc, IntArrayListGet(intList, i, ¶ms->mel_offset[i])); [all...] |