OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rastaB_scale
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/include/
frontpar.h
65
int
rastaB_scale
[MAX_CEP_DIM];
front.h
201
cepdata *
rastaB_scale
;
/external/srec/srec/cfront/
frontobj.c
586
cepobj->
rastaB_scale
= (cepdata *) CALLOC(cepobj->mel_dim + 1,
587
sizeof(cepdata), "cfront.
rastaB_scale
");
606
cepobj->
rastaB_scale
[i] = (cepdata) parameters->
rastaB_scale
[i];
621
cepobj->
rastaB_scale
[i] = (cepdata) fixed_point_convert((float) parameters->
rastaB_scale
[i],
672
if (cepobj->
rastaB_scale
)
673
FREE((char*)cepobj->
rastaB_scale
);
674
cepobj->
rastaB_scale
= NULL;
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
458
CHKLOG(rc, IntArrayListGet(intList, i, ¶ms->
rastaB_scale
[i]));
[
all
...]
Completed in 125 milliseconds