HomeSort by relevance Sort by last modified time
    Searched refs:window_length (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/include/
front.h 148 int window_length; member in struct:__anon28284
239 void load_samples(front_channel *channel, int window_length,
  /external/srec/srec/cfront/
frontobj.c 170 channel->prebuff = (fftdata *) CALLOC(freqobj->window_length + 1,
172 channel->prerefbuff = (fftdata *) CALLOC(freqobj->window_length + 1,
174 channel->buff_size = freqobj->window_length + 1;
210 channel->frame_delay = DELTA + (freqobj->window_length / freqobj->frame_period) - 1;
363 freqobj->window_length = (int)(parameters->window_factor * freqobj->frame_period);
384 while (freqobj->np < freqobj->window_length)
403 freqobj->window_length = freqobj->np;
468 freqobj->ham = (fftdata *) CALLOC(freqobj->window_length + 1,
470 hamming_window(freqobj->ham, freqobj->window_length);
spec_anl.c 71 preemph(channel->prebuff, freqobj->window_length, income, num_samples,
76 write_scaled_frames(freqobj->window_length, 1, channel->prebuff, D_FIXED, (float) 1 / (0x01 << WAVE_SHIFT));
84 freqobj->ham, freqobj->window_length);
ca_wave.c 85 hFrontend->config->freqobj->window_length);

Completed in 364 milliseconds