Skip to content
Snippets Groups Projects

Add a lower bound the track container size.

All threads resolved!
3 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -21,6 +21,7 @@ namespace Velo {
// Constants for requested storage on device
static constexpr float max_number_of_tracks_per_cluster = 0.3f; // Maximum one track every three clusters
static constexpr unsigned minimum_container_size = 10; // Lower bound for the track container size
static constexpr unsigned max_track_size = 26;
static constexpr unsigned max_tracks_to_follow = 2048;
Loading