OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CHAN_DIM
(Results
1 - 9
of
9
) sorted by null
/external/srec/srec/include/
swicms.h
38
imeldata vec[
MAX_CHAN_DIM
];
49
imeldata tmn [
MAX_CHAN_DIM
]; /* target mean */
50
imeldata cmn [
MAX_CHAN_DIM
]; /* channel mean */
52
imeldata lda_tmn [
MAX_CHAN_DIM
]; /* target mean */
53
imeldata lda_cmn [
MAX_CHAN_DIM
]; /* channel mean */
55
imeldata adjust[
MAX_CHAN_DIM
]; /* target less channel */
75
imeldata accum[
MAX_CHAN_DIM
]; /* accumulates frames of the current utt */
81
imeldata cached_sections[SWICMS_CACHE_SIZE_DEFAULT][
MAX_CHAN_DIM
];
channorm.h
38
int init[
MAX_CHAN_DIM
]; /* Values located in the .CMN file */
39
int target[
MAX_CHAN_DIM
]; /* Values located in the .TMN file */
40
int adjust[
MAX_CHAN_DIM
];
42
imeldata imelda_adjust[
MAX_CHAN_DIM
];
frontpar.h
66
int mel_offset[
MAX_CHAN_DIM
];
67
int mel_loop[
MAX_CHAN_DIM
];
utteranc.h
79
spect_dist_info *backchan[
MAX_CHAN_DIM
];
119
spect_dist_info *backchan[
MAX_CHAN_DIM
];
144
spect_dist_info *backchan[
MAX_CHAN_DIM
];
all_defs.h
75
#define
MAX_CHAN_DIM
36
front.h
95
spect_dist_info *spchchan[
MAX_CHAN_DIM
];
/external/srec/srec/clib/
swicms.c
77
static const imeldata gswicms_cmn1_8 [
MAX_CHAN_DIM
] =
84
static const imeldata gswicms_cmn1_11 [
MAX_CHAN_DIM
] =
91
static const imeldata gswicms_tmn1_8 [
MAX_CHAN_DIM
] =
98
static const imeldata gswicms_tmn1_11 [
MAX_CHAN_DIM
] =
168
for ( i = 0; i <
MAX_CHAN_DIM
; i++ )
179
for ( i = 0; i <
MAX_CHAN_DIM
; i++ )
211
&swicms->cmn[0],
MAX_CHAN_DIM
);
216
rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.cmn8"), &swicms->cmn[0],
MAX_CHAN_DIM
);
223
rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.cmn11"), &swicms->cmn[0],
MAX_CHAN_DIM
);
230
&swicms->tmn[0],
MAX_CHAN_DIM
);
[
all
...]
/external/srec/srec/cfront/
ca_front.c
130
featdata framdata[
MAX_CHAN_DIM
], voicedata = 0;
136
ASSERT(hUtt->data.gen_utt.frame->uttDim <=
MAX_CHAN_DIM
);
ca_cms.c
108
hWave->data.channel->channorm->dim =
MAX_CHAN_DIM
;
Completed in 170 milliseconds