HomeSort by relevance Sort by last modified time
    Searched full:estimate_period (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/clib/
specnorm.c 63 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; */
cnorm_tr.c 38 #define ESTIMATE_PERIOD -1
136 0, 255, forget_factor, ESTIMATE_PERIOD,
141 0, 511, forget_factor, ESTIMATE_PERIOD,
  /external/srec/srec/include/
specnorm.h 53 int estimate_period; member in struct:__anon14001
76 int estimate_period, int estimate_percentile,

Completed in 61 milliseconds