Searched refs:phist (Results 1 – 2 of 2) sorted by relevance
68 const float *phist = _hists[binIdx].ptr<float>((int)y); in calc() local69 …res = phist[fastRect[cellIdx].p0] - phist[fastRect[cellIdx].p1] - phist[fastRect[cellIdx].p2] + ph… in calc()
1192 Mat phist(hist->size(), hist->type(), Scalar::all(0)); in operator ()() local1196 phist.ptr<Ipp32s>(), (Ipp32s *)*levels, histSize, low, high); in operator ()()1206 CV_XADD((int *)(hist->data + i * hist->step), *(int *)(phist.data + i * phist.step)); in operator ()()