Home | History | Annotate | Download | only in src

Lines Matching refs:pq

1433         p = _p; pq = _pq;
1442 const int *pq0 = pq[0], *pq1 = pq[1], *pq2 = pq[2], *pq3 = pq[3];
1483 const int** pq;
1665 int *pq[4] = {0,0,0,0};
1701 pq[0] = (int*)(sum->data.ptr + equRect.y*sum->step) + equRect.x;
1702 pq[1] = (int*)(sum->data.ptr + equRect.y*sum->step)
1704 pq[2] = (int*)(sum->data.ptr + (equRect.y + equRect.height)*sum->step) + equRect.x;
1705 pq[3] = (int*)(sum->data.ptr + (equRect.y + equRect.height)*sum->step)
1722 (const int**)pq, allCandidates, &mtx ));