Searched refs:waveobj (Results 1 – 7 of 7) sorted by relevance
/external/srec/srec/cfront/ |
D | frontobj.c | 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); 106 config->waveobj = create_wave_object(); in setup_config_object() 110 setup_wave_object(config->waveobj, parameters); in setup_config_object() 122 clear_wave_object(config->waveobj); in clear_config_object() 126 delete_wave_object(config->waveobj); in clear_config_object() 127 config->waveobj = NULL; in clear_config_object() 162 front_channel *channel, front_wave *waveobj, in setup_channel_object() argument 166 ASSERT(waveobj); in setup_channel_object() [all …]
|
D | ca_wave.c | 72 ASSERT(hFrontend->config->waveobj->samplerate); in CA_ConfigureWave() 76 setup_channel_object(hWave->data.channel, hFrontend->config->waveobj, in CA_ConfigureWave() 80 hWave->data.samplerate = hFrontend->config->waveobj->samplerate; in CA_ConfigureWave() 84 hFrontend->config->waveobj->samplerate / FRAMERATE, in CA_ConfigureWave() 87 hWave->data.stats.highclip_level = hFrontend->config->waveobj->high_clip; in CA_ConfigureWave() 88 hWave->data.stats.lowclip_level = hFrontend->config->waveobj->low_clip; in CA_ConfigureWave() 90 hFrontend->config->waveobj->max_per10000_clip; in CA_ConfigureWave() 92 hFrontend->config->waveobj->max_dc_offset; in CA_ConfigureWave() 94 hFrontend->config->waveobj->high_noise_level_bit; in CA_ConfigureWave() 96 hFrontend->config->waveobj->low_speech_level_bit; in CA_ConfigureWave() [all …]
|
D | chelfep.c | 50 int make_frame(front_channel *channel, front_wave *waveobj, in make_frame() argument 71 filterbank_emulation(channel, waveobj, freqobj, cepobj, in make_frame() 78 cepstrum_params(channel, waveobj, freqobj, cepobj); in make_frame()
|
D | ca_front.c | 149 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj, in CA_MakeFrame() 155 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj, in CA_MakeFrame()
|
D | chelmel4.c | 67 void cepstrum_params(front_channel *channel, front_wave *waveobj, in cepstrum_params() argument
|
D | spec_anl.c | 56 void filterbank_emulation(front_channel * channel, front_wave *waveobj, in filterbank_emulation() argument 72 waveobj->pre_mel, &channel->lastx); in filterbank_emulation()
|
/external/srec/srec/include/ |
D | front.h | 215 front_wave *waveobj; member 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,
|