Searched refs:mapbuf (Results 1 – 3 of 3) sorted by relevance
167 AutoBuffer<int> mapbuf(gradSize.width + gradSize.height + 4); in integralHistogram() local168 int* xmap = (int*)mapbuf + 1; in integralHistogram()
1211 AutoBuffer<int> mapbuf(gradsize.width + gradsize.height + 4); in computeGradient() local1212 int* xmap = (int*)mapbuf + 1; in computeGradient()
271 AutoBuffer<int> mapbuf(gradsize.width + gradsize.height + 4); in computeGradient() local272 int* xmap = (int*)mapbuf + 1; in computeGradient()