Home | History | Annotate | Download | only in src

Lines Matching defs:old_data

1745     int** old_data = NULL;
1779 CV_CALL (old_data = (int**)cvAlloc (old_n * sizeof (old_data[0])));
1781 old_data[i] = first + i;
1782 qsort (old_data, old_n, sizeof(int*), icvCmpIntegersPtr);
1787 if (*old_data[i] == *new_data[j])
1792 else if (*old_data[i] < *new_data[j])
1807 if (*old_data[i] == *new_data[j])
1809 *new_data[j] = (int)(old_data[i] - first);
1813 else if (*old_data[i] < *new_data[j])
1840 cvFree(&old_data);