Home
last modified time | relevance | path

Searched refs:front_channel (Results 1 – 7 of 7) sorted by relevance

/external/srec/srec/include/
Dfront.h113 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 …]
Dsample.h193 front_channel *channel;
/external/srec/srec/cfront/
Dchelfep.c47 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()
Dchelmel4.c60 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()
Dfrontobj.c144 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()
Dcheldsp4.c222 int make_std_frame(front_channel *channel, front_cep *cepobj, featdata *hFrame) in make_std_frame()
Dspec_anl.c56 void filterbank_emulation(front_channel * channel, front_wave *waveobj, in filterbank_emulation()