Searched refs:total_c_count (Results 1 – 1 of 1) sorted by relevance
141 int total_c_count = 0; in CV_IMPLEMENT_QSORT_EX() local390 cat_ofs->data.i[ci] = total_c_count; in CV_IMPLEMENT_QSORT_EX()393 if( cat_map->cols < total_c_count + c_count ) in CV_IMPLEMENT_QSORT_EX()397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 )); in CV_IMPLEMENT_QSORT_EX()398 for( i = 0; i < total_c_count; i++ ) in CV_IMPLEMENT_QSORT_EX()403 c_map = cat_map->data.i + total_c_count; in CV_IMPLEMENT_QSORT_EX()404 total_c_count += c_count; in CV_IMPLEMENT_QSORT_EX()475 cat_ofs->data.i[cat_var_count] = total_c_count; in CV_IMPLEMENT_QSORT_EX()502 cat_map->cols = MAX( total_c_count, 1 ); in CV_IMPLEMENT_QSORT_EX()1166 int ccount, total_c_count = 0; in read_params() local[all …]