Home
last modified time | relevance | path

Searched refs:num_giga (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/
H A Dboxm2_stream_cache.cxx57 float num_giga) in boxm2_stream_cache() argument
60 mem_size_ = (unsigned long)(num_giga*std::pow(2.0, 30.0)); in boxm2_stream_cache()
61 …std::cout << "Stream cache will take up " << num_giga << " GB of mem (" << mem_size_ << " bytes)."… in boxm2_stream_cache()
H A Dboxm2_stream_cache.h71 float num_giga = 1.0f);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_create_stream_cache_process.cxx56 auto num_giga = pro.get_input<float>(i++); in boxm2_create_stream_cache_process() local
92 boxm2_stream_cache * str_cache = new boxm2_stream_cache(scene, type_names, image_ids, num_giga); in boxm2_create_stream_cache_process()