Searched refs:front_channel (Results 1 – 7 of 7) sorted by relevance
/external/srec/srec/include/ |
D | front.h | 113 front_channel; typedef 229 int make_frame(front_channel *channel, front_wave *waveobj, 239 void load_samples(front_channel *channel, int window_length, 241 void filterbank_emulation(front_channel * channel, front_wave *waveobj, 244 void cepstrum_params(front_channel *channel, front_wave *waveobj, 246 int make_std_frame(front_channel *channel, front_cep *cepobj, 248 int purge_std_frames(front_channel *channel, front_cep *cepobj, 267 front_channel *create_channel_object(void) ; 268 void delete_channel_object(front_channel *channel); 269 void setup_channel_object(front_channel *channel, front_wave *waveobj, [all …]
|
D | sample.h | 193 front_channel *channel;
|
/external/srec/srec/cfront/ |
D | chelfep.c | 47 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel); 50 int make_frame(front_channel *channel, front_wave *waveobj, in make_frame() 110 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel) in smoothed_c0()
|
D | chelmel4.c | 60 front_channel *channel); 67 void cepstrum_params(front_channel *channel, front_wave *waveobj, in cepstrum_params() 126 front_channel *channel) in mel_loglookup_with_offset()
|
D | frontobj.c | 144 front_channel *create_channel_object(void) in create_channel_object() 146 front_channel *channel; in create_channel_object() 148 channel = (front_channel *) CALLOC_CLR(1, in create_channel_object() 149 sizeof(front_channel), "cfront.channel"); in create_channel_object() 154 void delete_channel_object(front_channel *channel) in delete_channel_object() 162 front_channel *channel, front_wave *waveobj, in setup_channel_object() 217 void clear_channel_object(front_channel *channel) in clear_channel_object() 246 void reset_channel_object(front_channel *channel) in reset_channel_object()
|
D | cheldsp4.c | 222 int make_std_frame(front_channel *channel, front_cep *cepobj, featdata *hFrame) in make_std_frame()
|
D | spec_anl.c | 56 void filterbank_emulation(front_channel * channel, front_wave *waveobj, in filterbank_emulation()
|