Home
last modified time | relevance | path

Searched refs:curScale (Results 1 – 5 of 5) sorted by relevance

/external/skia/gm/
Ddownsamplebitmap.cpp83 float curScale = 1; in onDraw() local
87 matrix.setScale( curScale, curScale ); in onDraw()
98 curHeight = (int) (fBM.height() * curScale + 2); in onDraw()
100 curScale *= 0.75f; in onDraw()
/external/opencv3/modules/cudalegacy/src/
Dimage_pyramid.cpp117 float curScale; in getLayer() local
123 curScale = lastScale * 0.5f; in getLayer()
134 lastScale = curScale; in getLayer()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPyramid.cu496 Ncv32f curScale;
503 curScale = lastScale * 0.5f;
521 lastScale = curScale;
592 Ncv32f dl = (scale - curScale) / (lastScale - curScale);
DNCVHaarObjectDetection.cu1471 Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f curScale) in growDetectionsKernel() argument
1479 hypotheses[elemAddr] = pixelToRect(pixelMask[elemAddr], rectWidth, rectHeight, curScale); in growDetectionsKernel()
1490 Ncv32f curScale, in ncvGrowDetectionsVector_device() argument
1498 ncvAssertReturn(rectWidth > 0 && rectHeight > 0 && curScale > 0, NCV_INVALID_ROI); in ncvGrowDetectionsVector_device()
1500 ncvAssertReturn(curScale > 0, NCV_INVALID_SCALE); in ncvGrowDetectionsVector_device()
1529 rectWidth, rectHeight, curScale); in ncvGrowDetectionsVector_device()
2075 Ncv32f curScale) in ncvGrowDetectionsVector_host() argument
2080 ncvAssertReturn(rectWidth > 0 && rectHeight > 0 && curScale > 0, NCV_INVALID_ROI); in ncvGrowDetectionsVector_host()
2081 ncvAssertReturn(curScale > 0, NCV_INVALID_SCALE); in ncvGrowDetectionsVector_host()
2102 …eses.ptr()[totalDetections + i] = pixelToRect(pixelMask.ptr()[i], rectWidth, rectHeight, curScale); in ncvGrowDetectionsVector_host()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVHaarObjectDetection.hpp430 Ncv32f curScale,
441 Ncv32f curScale);