Searched refs:num_freq (Results 1 – 4 of 4) sorted by relevance
73 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()
46 void peakpick(front_freq *freqobj, fftdata *density, int num_freq);214 void peakpick(front_freq *freqobj, fftdata *density, int num_freq) in peakpick() argument236 if (last >= num_freq) in peakpick()237 last = num_freq - 1; in peakpick()
177 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()
99 int num_freq; member