Home
last modified time | relevance | path

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

/external/srec/srec/include/
Dfront.h140 front_wave; typedef
215 front_wave *waveobj;
229 int make_frame(front_channel *channel, front_wave *waveobj,
241 void filterbank_emulation(front_channel * channel, front_wave *waveobj,
244 void cepstrum_params(front_channel *channel, front_wave *waveobj,
269 void setup_channel_object(front_channel *channel, front_wave *waveobj,
/external/srec/srec/cfront/
Dfrontobj.c56 static front_wave *create_wave_object(void);
57 static void delete_wave_object(front_wave *waveobj);
58 static void setup_wave_object(front_wave *waveobj, front_parameters *parameters);
59 static void clear_wave_object(front_wave *waveobj);
162 front_channel *channel, front_wave *waveobj, in setup_channel_object()
279 static front_wave *create_wave_object(void) in create_wave_object()
281 front_wave *waveobj; in create_wave_object()
283 waveobj = (front_wave *) CALLOC_CLR(1, sizeof(front_wave), "cfront.waveobj"); in create_wave_object()
289 static void delete_wave_object(front_wave *waveobj) in delete_wave_object()
297 static void setup_wave_object(front_wave *waveobj, front_parameters *parameters) in setup_wave_object()
[all …]
Dchelfep.c50 int make_frame(front_channel *channel, front_wave *waveobj, in make_frame()
Dchelmel4.c67 void cepstrum_params(front_channel *channel, front_wave *waveobj, in cepstrum_params()
Dspec_anl.c56 void filterbank_emulation(front_channel * channel, front_wave *waveobj, in filterbank_emulation()