Home | History | Annotate | Download | only in src

Lines Matching refs:cache_size

455     cache_size = MAX( cache_line_size*sample_count/4, CV_SVM_MIN_CACHE_SIZE );
481 if( existed || cache_size <= 0 )
495 cache_size -= cache_line_size;