Home
last modified time | relevance | path

Searched refs:backchan (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/clib/
Dcnorm_tr.c165 void setup_ambient_estimation(spect_dist_info **backchan, int dimen, in setup_ambient_estimation() argument
170 ASSERT(backchan); in setup_ambient_estimation()
172 backchan[ii] = create_spectrum_distribution( in setup_ambient_estimation()
178 void clear_ambient_estimation(spect_dist_info **backchan, int dimen) in clear_ambient_estimation() argument
182 ASSERT(backchan); in clear_ambient_estimation()
185 if (backchan[ii]) in clear_ambient_estimation()
187 destroy_spectrum_distribution(backchan[ii]); in clear_ambient_estimation()
188 backchan[ii] = NULL; in clear_ambient_estimation()
/external/srec/srec/ca/
Dutt_proc.c44 hUtt->data.gen_utt.backchan, in CA_CalculateUtteranceStatistics()
50 evaluate_parameters(hUtt->data.gen_utt.backchan[ii]); in CA_CalculateUtteranceStatistics()
/external/srec/srec/include/
Dchannorm.h61 void setup_ambient_estimation(spect_dist_info **backchan, int dimen,
63 void clear_ambient_estimation(spect_dist_info **backchan, int dimen);
Dutteranc.h79 spect_dist_info *backchan[MAX_CHAN_DIM]; member
119 spect_dist_info *backchan[MAX_CHAN_DIM]; member
144 spect_dist_info *backchan[MAX_CHAN_DIM]; member
/external/srec/srec/crec/
Dget_fram.c65 setup_ambient_estimation(utt->gen_utt.backchan, in init_utterance()
90 clear_ambient_estimation(utt->gen_utt.backchan, utt->gen_utt.dim); in free_utterance()