Changeset 17950 for trunk/FACT++
- Timestamp:
- 08/12/14 10:46:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r17167 r17950 506 506 //fThresholdMin = max(uint16_t(41.6*pow(avg+1, 0.642)+175), fThresholdReference); 507 507 //fThresholdMin = max(uint16_t(42.3*pow(avg, 0.655)+190), fThresholdReference); 508 fThresholdMin = max(uint16_t(46.6*pow(avg, 0.627)+187), fThresholdReference); 508 //fThresholdMin = max(uint16_t(46.6*pow(avg, 0.627)+187), fThresholdReference); 509 fThresholdMin = max(uint16_t(156.3*pow(avg, 0.3925)+1), fThresholdReference); 509 510 //fThresholdMin = max(uint16_t(41.6*pow(avg, 0.642)+175), fThresholdReference); 510 511 fThresholds.assign(160, fThresholdMin);
Note:
See TracChangeset
for help on using the changeset viewer.