OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imelda
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/clib/
imeld_rd.c
62
prep->
imelda
= create_matrix(matdim);
77
ASSERT(prep->
imelda
);
78
delete_matrix(prep->
imelda
, prep->dim);
79
prep->
imelda
= NULL;
145
/* The
imelda
matrix
151
prep->
imelda
[ii][jj] = (covdata)(scale * onerow[jj]);
155
prep->
imelda
, matdim);
157
/* The inverse
imelda
matrix
165
PLogMessage("W: Inverting
imelda
matrix");
167
invert_matrix(prep->
imelda
, prep->inverse, prep->dim)
[
all
...]
/external/srec/srec/ca/
pat_basi.c
75
int dimen , char *multable , char *
imelda
)
92
/* Load the
Imelda
transform if specified */
93
if (
imelda
&& strlen(
imelda
) > 0)
95
ret_code = init_newton_transform(hPattern->data.prep, 0,
imelda
, hPatInput->dimen);
/external/srec/srec/include/
pre_desc.h
154
int imel_shift; /*
Imelda
scale factor (in shifts) */
155
covdata **
imelda
; /* linear transformation matrix, PMC or RN */
member in struct:__anon15447
157
int inv_shift; /* inverse
Imelda
scale factor (in shifts) */
204
prdata imelda_scale; /*
Imelda
grand variance */
simapi.h
738
char *
imelda
);
745
*
imelda
756
* the recognizer. The
imelda
parameters and optionally
845
* Frames copied in with this method are transformed (post-
IMELDA
)
870
* Frames copied in with this method are
IMELDA
transformed
[
all
...]
Completed in 906 milliseconds