Searched refs:front_wave (Results 1 – 5 of 5) sorted by relevance
/external/srec/srec/include/ |
D | front.h | 140 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/ |
D | frontobj.c | 56 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 …]
|
D | chelfep.c | 50 int make_frame(front_channel *channel, front_wave *waveobj, in make_frame()
|
D | chelmel4.c | 67 void cepstrum_params(front_channel *channel, front_wave *waveobj, in cepstrum_params()
|
D | spec_anl.c | 56 void filterbank_emulation(front_channel * channel, front_wave *waveobj, in filterbank_emulation()
|