Lines Matching refs:int_ptr
133 int** int_ptr = 0; in CV_IMPLEMENT_QSORT_EX() local
301 CV_CALL( int_ptr = (int**)cvAlloc( sample_count*sizeof(int_ptr[0]) )); in CV_IMPLEMENT_QSORT_EX()
373 int_ptr[i] = dst + i; in CV_IMPLEMENT_QSORT_EX()
378 icvSortIntPtr( int_ptr, sample_count, 0 ); in CV_IMPLEMENT_QSORT_EX()
385 c_count += *int_ptr[i] != *int_ptr[i-1]; in CV_IMPLEMENT_QSORT_EX()
407 prev_label = ~*int_ptr[0]; in CV_IMPLEMENT_QSORT_EX()
412 int cur_label = *int_ptr[i]; in CV_IMPLEMENT_QSORT_EX()
415 *int_ptr[i] = c_count; in CV_IMPLEMENT_QSORT_EX()
420 *int_ptr[i] = -1; in CV_IMPLEMENT_QSORT_EX()
539 cvFree( &int_ptr ); in CV_IMPLEMENT_QSORT_EX()
1770 int** int_ptr = 0; in find_split_cat_class() local
1805 int_ptr = (int**)cvStackAlloc( mi*sizeof(int_ptr[0]) ); in find_split_cat_class()
1807 int_ptr[j] = cjk + j*2 + 1; in find_split_cat_class()
1808 icvSortIntPtr( int_ptr, mi, 0 ); in find_split_cat_class()
1838 idx = (int)(int_ptr[subset_i] - cjk)/2; in find_split_cat_class()
1909 idx = (int)(int_ptr[i] - cjk) >> 1; in find_split_cat_class()