Searched refs:curLayer (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | image_pyramid.cpp | 119 GpuMat curLayer; in getLayer() local 124 curLayer = pyramid_[i]; in getLayer() 126 if (outRoi.width == curLayer.cols && outRoi.height == curLayer.rows) in getLayer() 128 curLayer.copyTo(outImg, stream); in getLayer() 131 if (outRoi.width >= curLayer.cols && outRoi.height >= curLayer.rows) in getLayer() 135 lastLayer = curLayer; in getLayer()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPyramid.cu | 405 NCVMatrix<T> *curLayer = this->pyramid[i]; 413 curLayer->ptr(), 414 curLayer->pitch(), 421 NCVMatrixAlloc<T> h_curLayer(allocCPU, curLayer->width(), curLayer->height()); 424 …ncvAssertPrintReturn(NCV_SUCCESS == curLayer->copy2D(h_curLayer, curLayer->size(), cuStream), "Val… 451 curLayer->at(j, i) = _average4(p00, p01, p10, p11); 498 const NCVMatrix<T> *curLayer = NULL; 504 curLayer = this->pyramid[i]; 506 if (outRoi.width == curLayer->width() && outRoi.height == curLayer->height()) 512 if (outRoi.width >= curLayer->width() && outRoi.height >= curLayer->height()) [all …]
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |