Searched refs:maxLoc (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxminmaxloc.cpp | 60 maxLoc->x = max_loc; \ 61 minLoc->y = maxLoc->y = 0; \ 90 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ), \ 91 (src, step, size, minVal, maxVal, minLoc, maxLoc) ) \ 110 CvPoint* minLoc, CvPoint* maxLoc ) \ 218 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ), \ 219 ( src, step, mask, maskStep, size, minVal, maxVal, minLoc, maxLoc) ) \ 238 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ) \
|
D | _cxipp.h | 230 CvPoint* minLoc, CvPoint* maxLoc )) \ 237 CvPoint* minLoc, CvPoint* maxLoc ))
|
/external/deqp/modules/gles31/functional/ |
D | es31fSampleVariableTests.cpp | 1282 const int maxLoc = gl.getUniformLocation(m_program->getProgram(), "u_maxBitCount"); in preDraw() local 1287 if (maxLoc == -1) in preDraw() 1293 gl.uniform1i(maxLoc, maxBitCount); in preDraw() 1300 const int maxLoc = gl.getUniformLocation(m_program->getProgram(), "u_maxBitCount"); in preDraw() local 1308 if (maxLoc == -1) in preDraw() 1314 gl.uniform1i(maxLoc, maxBitCount); in preDraw()
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 274 CvPoint minLoc, maxLoc; // Not used, just for function "cvMinMaxLoc" in icvGenerateRandomClusterCenters() local 307 CV_CALL(cvMinMaxLoc (&data_comp, &minVal, &maxVal, &minLoc, &maxLoc)); in icvGenerateRandomClusterCenters()
|