Home | History | Annotate | Download | only in src

Lines Matching refs:new_n

1752     int old_n, new_n, out_n;
1771 new_n = new_response_map->cols;
1772 CV_CALL (new_data = (int**)cvAlloc (new_n * sizeof (new_data[0])));
1773 for (i = 0; i < new_n; i++)
1775 qsort (new_data, new_n, sizeof(int*), icvCmpIntegersPtr);
1785 for (i = 0, j = 0, out_n = 0; i < old_n && j < new_n; out_n++)
1797 out_n += old_n - i + new_n - j;
1805 for (i = 0, j = 0; i < old_n && j < new_n; )
1822 for (; j < new_n; j++)