Searched refs:lognp (Results 1 – 2 of 2) sorted by relevance
335 freqobj->lognp = 4; in create_freq_object()383 freqobj->np = 1 << freqobj->lognp; /* fft sizing */ in setup_freq_object()385 freqobj->np *= 2, freqobj->lognp++; in setup_freq_object()387 freqobj->np *= 2, freqobj->lognp++; in setup_freq_object()
166 int np, ns, nf, lognp; member