Home
last modified time | relevance | path

Searched refs:window_length (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/cfront/
Dfrontobj.c170 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()
Dspec_anl.c71 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()
Dca_wave.c85 hFrontend->config->freqobj->window_length); in CA_ConfigureWave()
/external/srec/srec/include/
Dfront.h148 int window_length; member
239 void load_samples(front_channel *channel, int window_length,