Searched refs:MAX_CHAN_DIM (Results 1 – 9 of 9) sorted by relevance
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++ ) in swicms_init()179 for ( i = 0; i < MAX_CHAN_DIM; i++ ) in swicms_init()211 &swicms->cmn[0], MAX_CHAN_DIM); in swicms_init()216 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.cmn8"), &swicms->cmn[0], MAX_CHAN_DIM); in swicms_init()223 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.cmn11"), &swicms->cmn[0], MAX_CHAN_DIM); in swicms_init()230 &swicms->tmn[0], MAX_CHAN_DIM); in swicms_init()[all …]
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];
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];
66 int mel_offset[MAX_CHAN_DIM];67 int mel_loop[MAX_CHAN_DIM];
79 spect_dist_info *backchan[MAX_CHAN_DIM];119 spect_dist_info *backchan[MAX_CHAN_DIM];144 spect_dist_info *backchan[MAX_CHAN_DIM];
75 #define MAX_CHAN_DIM 36 macro
95 spect_dist_info *spchchan[MAX_CHAN_DIM];
130 featdata framdata[MAX_CHAN_DIM], voicedata = 0; in CA_MakeFrame()136 ASSERT(hUtt->data.gen_utt.frame->uttDim <= MAX_CHAN_DIM); in CA_MakeFrame()
108 hWave->data.channel->channorm->dim = MAX_CHAN_DIM; in CA_LoadCMSParameters()