Home
last modified time | relevance | path

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

/external/srec/srec/cfront/
Dchelmel4.c73 mel_spectrum_correction(freqobj->filterbank, cepobj->mel_loop, channel->num_freq); in cepstrum_params()
84 channel->num_freq, cepobj->mel_dim); in cepstrum_params()
133 for (ii = 0; ii < channel->num_freq; ii++) in mel_loglookup_with_offset()
141 for (ii = 0; ii < channel->num_freq; ii++) in mel_loglookup_with_offset()
Dspec_anl.c46 void peakpick(front_freq *freqobj, fftdata *density, int num_freq);
214 void peakpick(front_freq *freqobj, fftdata *density, int num_freq) in peakpick() argument
236 if (last >= num_freq) in peakpick()
237 last = num_freq - 1; in peakpick()
Dfrontobj.c177 channel->num_freq = freqobj->nf; in setup_channel_object()
178 channel->filterbank = (cepdata *) CALLOC(channel->num_freq, in setup_channel_object()
180 channel->filterbankref = (cepdata *) CALLOC(channel->num_freq, in setup_channel_object()
/external/srec/srec/include/
Dfront.h99 int num_freq; member