Searched refs:window_length (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/cfront/ |
D | frontobj.c | 170 channel->prebuff = (fftdata *) CALLOC(freqobj->window_length + 1, in setup_channel_object() 172 channel->prerefbuff = (fftdata *) CALLOC(freqobj->window_length + 1, in setup_channel_object() 174 channel->buff_size = freqobj->window_length + 1; in setup_channel_object() 210 channel->frame_delay = DELTA + (freqobj->window_length / freqobj->frame_period) - 1; in setup_channel_object() 363 freqobj->window_length = (int)(parameters->window_factor * freqobj->frame_period); in setup_freq_object() 384 while (freqobj->np < freqobj->window_length) in setup_freq_object() 403 freqobj->window_length = freqobj->np; in setup_freq_object() 468 freqobj->ham = (fftdata *) CALLOC(freqobj->window_length + 1, in setup_freq_object() 470 hamming_window(freqobj->ham, freqobj->window_length); in setup_freq_object()
|
D | spec_anl.c | 71 preemph(channel->prebuff, freqobj->window_length, income, num_samples, in filterbank_emulation() 76 …write_scaled_frames(freqobj->window_length, 1, channel->prebuff, D_FIXED, (float) 1 / (0x01 << WAV… in filterbank_emulation() 84 freqobj->ham, freqobj->window_length); in filterbank_emulation()
|
D | ca_wave.c | 85 hFrontend->config->freqobj->window_length); in CA_ConfigureWave()
|
/external/srec/srec/include/ |
D | front.h | 148 int window_length; member 239 void load_samples(front_channel *channel, int window_length,
|