Home
last modified time | relevance | path

Searched refs:lognp (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/cfront/
Dfrontobj.c335 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()
/external/srec/srec/include/
Dfront.h166 int np, ns, nf, lognp; member