/external/libchrome/base/win/ |
scoped_hglobal.h | 29 size_t Size() const { return GlobalSize(glob_); }
|
/external/ceres-solver/include/ceres/ |
local_parameterization.h | 128 virtual int GlobalSize() const = 0; 146 virtual int GlobalSize() const { return size_; } 164 virtual int GlobalSize() const { 186 virtual int GlobalSize() const { return 4; }
|
autodiff_local_parameterization.h | 145 virtual int GlobalSize() const { return kGlobalSize; }
|
/external/opencv3/modules/imgproc/src/ |
templmatch.cpp | 75 size_t globalsize[2] = {result.cols, (result.rows+pxPerWIy-1)/pxPerWIy}; local 76 return k.args(ocl::KernelArg::ReadOnlyNoSize(image), ocl::KernelArg::WriteOnly(result)).run( 2, globalsize, NULL, false); 107 size_t globalsize = wgs; local 108 return k.run(1, &globalsize, &wgs, false); 289 size_t globalsize[2] = { (result.cols+pxPerWIx-1)/pxPerWIx, result.rows}; local 290 return k.run(2, globalsize, NULL, false); 341 size_t globalsize[2] = { result.cols, result.rows }; local 342 return k.run(2, globalsize, NULL, false); 366 size_t globalsize[2] = { result.cols, result.rows }; local 367 return k.run(2, globalsize, NULL, false) 399 size_t globalsize[2] = { result.cols, result.rows }; local 430 size_t globalsize[2] = { result.cols, result.rows }; local 468 size_t globalsize[2] = { result.cols, result.rows }; local 536 size_t globalsize[2] = { result.cols, result.rows }; local [all...] |
blend.cpp | 114 size_t globalsize[2] = { dst.cols, dst.rows }; local 115 return k.run(2, globalsize, NULL, false);
|
featureselect.cpp | 121 size_t globalsize = dbsize * wgs; local 122 if (!k.run(1, &globalsize, &wgs, false)) 159 size_t globalsize[2] = { eig.cols - 2, eig.rows - 2 }; local 160 if (!k.run(2, globalsize, NULL, false))
|
canny.cpp | 157 size_t globalsize[2] = { size.width, size.height }, local 160 if (!with_sobel.run(2, globalsize, localsize, false)) 186 size_t globalsize[2] = { size.width, size.height }, local 189 if (!without_sobel.run(2, globalsize, localsize, false)) 203 size_t globalsize[2] = { size.width, (size.height + PIX_PER_WI - 1) / PIX_PER_WI }, localsize[2] = { lSizeX, sizey }; local 213 if (!edgesHysteresis.run(2, globalsize, localsize, false)) 228 return getEdgesKernel.run(2, globalsize, NULL, false); [all...] |
corner.cpp | 398 size_t globalsize[2] = { localsize[0] * (1 + (src.cols - 1) / localsize[0]), local 418 return k.run(2, globalsize, localsize, false); 487 size_t globalsize[2] = { globalSizeX, globalSizeY }, localsize[2] = { blockSizeX, blockSizeY }; local 488 return cornelKernel.run(2, globalsize, localsize, false); 518 size_t globalsize[2] = { dst.cols, dst.rows }; local 519 return k.run(2, globalsize, NULL, false);
|
/external/opencv3/modules/photo/src/ |
fast_nlmeans_denoising_opencl.hpp | 80 size_t globalsize[1] = { almostMaxDist }; local 81 return k.run(1, globalsize, NULL, false); 175 size_t globalsize[2] = { nblocksx * ctaSize, nblocksy }, localsize[2] = { ctaSize, 1 }; local 176 if (!k.run(2, globalsize, localsize, false)) return false;
|
/external/ceres-solver/internal/ceres/ |
parameter_block_test.cc | 107 virtual int GlobalSize() const { return 1; } 157 virtual int GlobalSize() const { return 1;}
|
parameter_block.h | 164 CHECK(new_parameterization->GlobalSize() == size_) 167 << "size of " << new_parameterization->GlobalSize() << ". Did you " 175 new double[local_parameterization_->GlobalSize() *
|
local_parameterization_test.cc | 44 EXPECT_EQ(parameterization.GlobalSize(), 3);
|
/external/opencv3/modules/video/src/ |
optflowgf.cpp | 848 size_t globalsize[2] = { src.cols, src.rows}; local 865 return kernel.run(2, globalsize, localsize, false); 875 size_t globalsize[2] = { src.cols, height}; local 891 return kernel.run(2, globalsize, localsize, false); 900 size_t globalsize[2] = { DIVUP(src.cols, localsize[0] - 2*polyN) * localsize[0], src.rows}; local 927 return kernel.run(2, globalsize, localsize, false); 937 size_t globalsize[2] = { src.cols, height}; local 954 return kernel.run(2, globalsize, localsize, false); 964 size_t globalsize[2] = { flowx.cols, flowx.rows}; local 988 size_t globalsize[2] = { flowx.cols, flowx.rows}; local [all...] |
tvl1flow.cpp | 219 size_t globalsize[2] = { src.cols, src.rows }; local 233 return kernel.run(2, globalsize, NULL, false); 240 size_t globalsize[2] = { I0.cols, I0.rows }; local 276 return kernel.run(2, globalsize, NULL, false); 284 size_t globalsize[2] = { I1wx.cols, I1wx.rows }; local 319 return kernel.run(2, globalsize, NULL, false); 325 size_t globalsize[2] = { u1.cols, u1.rows }; local 353 return kernel.run(2, globalsize, NULL, false); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fComputeShaderBuiltinVarTests.cpp | 212 const tcu::UVec3 globalSize = subCase.localSize*subCase.numWorkGroups; 213 const tcu::UVec2 stride (globalSize[0]*globalSize[1], globalSize[0]);
|
/external/opencv3/modules/core/src/ |
umatrix.cpp | 697 size_t globalsize[2] = { cols, rows }; local 698 if (k.run(2, globalsize, NULL, false)) 756 size_t globalsize[2] = { dst.cols * cn, (dst.rows + rowsPerWI - 1) / rowsPerWI }; 757 if (k.run(2, globalsize, NULL, false)) 812 size_t globalsize[] = { cols * cn / kercn, (rows + rowsPerWI - 1) / rowsPerWI }; 813 if( setK.run(2, globalsize, NULL, false) ) 896 size_t globalsize = dbsize * wgs; 897 if (k.run(1, &globalsize, &wgs, false))
|
mathfuncs.cpp | 96 size_t globalsize[] = { src1.cols * cn / kercn, (src1.rows + rowsPerWI - 1) / rowsPerWI }; local 97 return k.run(2, globalsize, 0, false); 333 size_t globalsize[2] = { dst1.cols * cn, (dst1.rows + rowsPerWI - 1) / rowsPerWI }; local 334 return k.run(2, globalsize, NULL, false); 615 size_t globalsize[2] = { dst1.cols * cn, (dst1.rows + rowsPerWI - 1) / rowsPerWI }; local 616 return k.run(2, globalsize, NULL, false); [all...] |
copy.cpp | 721 size_t globalsize[2] = { cols, (rows + pxPerWIy - 1) / pxPerWIy }, local 723 return k.run(2, globalsize, (flipType == FLIP_COLS) && !dev.isIntel() ? localsize : NULL, false); 862 size_t globalsize[] = { src.cols * cn / kercn, (src.rows + rowsPerWI - 1) / rowsPerWI }; local 863 return k.run(2, globalsize, NULL, false); [all...] |
/external/opencv3/modules/superres/src/ |
btv_l1.cpp | 188 size_t globalsize[2] = { size.width, size.height }; local 189 return k.run(2, globalsize, NULL, false); 261 size_t globalsize[2] = { src.cols, src.rows }; local 262 return k.run(2, globalsize, NULL, false); 319 size_t globalsize[2] = { src1.cols * cn, src1.rows }; local 320 return k.run(2, globalsize, NULL, false); 439 size_t globalsize[2] = { src.cols, src.rows }; local 440 return k.run(2, globalsize, NULL, false); [all...] |
/external/opencv3/modules/stitching/src/ |
warpers.cpp | 127 size_t globalsize[2] = { dsize.width, (dsize.height + rowsPerWI - 1) / rowsPerWI }; local 128 if (k.run(2, globalsize, NULL, true)) 334 size_t globalsize[2] = { dsize.width, (dsize.height + rowsPerWI - 1) / rowsPerWI }; local 335 if (k.run(2, globalsize, NULL, true)) 383 size_t globalsize[2] = { dsize.width, (dsize.height + rowsPerWI - 1) / rowsPerWI }; local 384 if (k.run(2, globalsize, NULL, true))
|
blenders.cpp | 270 size_t globalsize[2] = {src.cols, src.rows }; local 271 return k.run(2, globalsize, NULL, false); 472 size_t globalsize[2] = {mat.cols, mat.rows }; local 473 return k.run(2, globalsize, NULL, false);
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeShaderBuiltinVarTests.cpp | 387 const tcu::UVec3 globalSize = subCase.localSize()*subCase.numWorkGroups(); 388 const tcu::UVec2 stride (globalSize[0] * globalSize[1], globalSize[0]);
|
/external/opencv3/modules/features2d/src/ |
matchers.cpp | 100 size_t globalSize[] = {(query.size().height + block_size - 1) / block_size * block_size, block_size}; 114 return k.run(2, globalSize, localSize, false); 200 size_t globalSize[] = {(query_rows + block_size - 1) / block_size * block_size, block_size}; 214 return k.run(2, globalSize, localSize, false); 309 size_t globalSize[] = {(train_rows + block_size - 1) / block_size * block_size, (query_rows + block_size - 1) / block_size * block_size}; 327 return k.run(2, globalSize, localSize, false); [all...] |
orb.cpp | 67 size_t globalSize[] = {nkeypoints}; 81 nkeypoints).run(1, globalSize, 0, true); 89 size_t globalSize[] = {nkeypoints}; 100 nkeypoints, half_k).run(1, globalSize, 0, true); 109 size_t globalSize[] = {nkeypoints}; 121 nkeypoints, dsize).run(1, globalSize, 0, true); [all...] |
fast.cpp | 265 size_t globalsize[] = { img.cols-6, img.rows-6 }; 278 maxKeypoints, threshold).run(2, globalsize, 0, true))
|