Home | History | Annotate | Download | only in src

Lines Matching refs:cache_line_size

452     cache_line_size = sample_count*sizeof(Qfloat);
455 cache_size = MAX( cache_line_size*sample_count/4, CV_SVM_MIN_CACHE_SIZE );
494 data = (Qfloat*)cvMemStorageAlloc( storage, cache_line_size );
495 cache_size -= cache_line_size;