Searched refs:CV_SVM_MIN_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
84 #define CV_SVM_MIN_CACHE_SIZE (40 << 20) /* 40Mb */ macro455 cache_size = MAX( cache_line_size*sample_count/4, CV_SVM_MIN_CACHE_SIZE ); in create()