Searched refs:refLayer (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPyramid.cu | 344 static T _interpBilinear(const NCVMatrix<T> &refLayer, Ncv32f x, Ncv32f y) 353 p00 = refLayer.at(xl, yl); 354 p01 = xh < refLayer.width() ? refLayer.at(xh, yl) : p00; 355 p10 = yh < refLayer.height() ? refLayer.at(xl, yh) : p00; 356 p11 = (xh < refLayer.width() && yh < refLayer.height()) ? refLayer.at(xh, yh) : p00;
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 147 const tcu::ConstPixelBufferAccess refLayer = getLayerOrSlice(imageType, reference, layerNdx); in comparePixelBuffers() local 152 …mpare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu… in comparePixelBuffers() 154 …mpare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu… in comparePixelBuffers()
|
D | vktImageLoadStoreTests.cpp | 206 const tcu::ConstPixelBufferAccess refLayer = getLayerOrSlice(texture, reference, layerNdx); in comparePixelBuffers() local 211 …ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resul… in comparePixelBuffers() 213 …ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, res… in comparePixelBuffers()
|