Searched refs:temp_block_size (Results 1 – 1 of 1) sorted by relevance
142 int tree_block_size, temp_block_size, max_split_size, nv_size, cv_size = 0; in CV_IMPLEMENT_QSORT_EX() local282 temp_block_size = nv_size; in CV_IMPLEMENT_QSORT_EX()291 temp_block_size = MAX(temp_block_size, cv_size); in CV_IMPLEMENT_QSORT_EX()294 temp_block_size = MAX( temp_block_size + block_size_delta, min_block_size ); in CV_IMPLEMENT_QSORT_EX()295 CV_CALL( temp_storage = cvCreateMemStorage( temp_block_size )); in CV_IMPLEMENT_QSORT_EX()