Searched refs:estimate_period (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/include/
H A Dspecnorm.h53 int estimate_period; member in struct:__anon13515
76 int estimate_period, int estimate_percentile,
/external/srec/srec/clib/
H A Dspecnorm.c63 if (spec->estimate_period > 0 && spec->count >= spec->estimate_period)
217 int forget_factor, int estimate_period,
227 if (estimate_period == 0) /* basically disable 0 as an estimate period */
228 spec->estimate_period = 1;
230 spec->estimate_period = estimate_period;
301 /* remember= 100 - (forget_factor * spec->count)/spec->estimate_period; */
215 create_spectrum_distribution(int offset, int initial_median, int low_entry, int high_entry, int forget_factor, int estimate_period, int estimate_percentile, int sv6_margin) argument

Completed in 218 milliseconds