Home | History | Annotate | Download | only in encoder

Lines Matching refs:idx

1483 static void quicksortsad(int arr[],int idx[], int left, int right)
1501 swap(&idx[lidx], &idx[ridx]);
1515 quicksortsad(arr, idx, left, pivot - 1);
1516 quicksortsad(arr, idx, pivot + 1, right);