HomeSort by relevance Sort by last modified time
    Searched refs:Remap (Results 1 - 20 of 20) sorted by null

  /external/clang/tools/libclang/
ARCMigrate.cpp 25 struct Remap {
60 std::unique_ptr<Remap> remap(new Remap());
62 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
75 return remap.release();
87 std::unique_ptr<Remap> remap(new Remap());
93 return remap.release()
    [all...]
  /external/opencv3/modules/cudev/test/
test_warp.cu 51 // remap
109 cv::remap(src, dst_gold, mapx, mapy, INTER_NEAREST, BORDER_REPLICATE);
114 TEST(Remap, HALF_SIZE)
119 TEST(Remap, UPSIDE_DOWN)
124 TEST(Remap, REFLECTION_X)
129 TEST(Remap, REFLECTION_BOTH)
  /external/opencv3/modules/cudawarping/test/
test_remap.cpp 115 PARAM_TEST_CASE(Remap, cv::cuda::DeviceInfo, cv::Size, MatType, Interpolation, BorderType, UseRoi)
158 CUDA_TEST_P(Remap, Accuracy)
164 cv::cuda::remap(loadMat(src, useRoi), dst, loadMat(xmap, useRoi), loadMat(ymap, useRoi), interpolation, borderType, val);
172 INSTANTIATE_TEST_CASE_P(CUDA_Warping, Remap, testing::Combine(
  /external/llvm/lib/Analysis/
StratifiedSets.h 211 // remap has occurred, and use this information so we can defer renumbering set
221 Remap = StratifiedLink::SetSentinel;
282 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
287 Remap = Other;
292 return Remap;
298 Remap = Other;
308 StratifiedIndex Remap;
526 // remap to NewRemap
588 // Remap needs to happen after getBelow(), but before
  /external/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp 94 std::vector<std::pair<unsigned, unsigned> > &Remap) const;
146 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap)
154 Remap.push_back(std::pair<unsigned, unsigned>
160 Remap.push_back(std::pair<unsigned, unsigned>
  /external/opencv3/modules/imgproc/perf/
perf_remap.cpp 14 PERF_TEST_P( TestRemap, Remap,
67 TEST_CYCLE_MULTIRUN(runs) remap(src, dst, map1, map2, inter_type);
  /external/opencv3/modules/imgproc/test/ocl/
test_warp.cpp 237 // remap
239 PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool)
299 typedef Remap Remap_INTER_NEAREST;
307 OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_NEAREST, borderType, val));
308 OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_NEAREST, borderType, val));
314 typedef Remap Remap_INTER_LINEAR;
329 OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_LINEAR, borderType, val));
330 OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_LINEAR, borderType, val));
  /external/opencv3/modules/imgproc/perf/opencl/
perf_imgwarp.cpp 171 ///////////// Remap ////////////////////////
176 OCL_PERF_TEST_P(RemapFixture, Remap,
206 OCL_TEST_CYCLE() cv::remap(src, dst, xmap, ymap, interpolation, borderMode);
  /external/v8/build/android/pylib/utils/
isolator.py 78 def Remap(self, isolate_abs_path, isolated_abs_path,
103 sys.executable, _ISOLATE_SCRIPT, 'remap',
135 raise Exception('isolate remap command did not use hardlinks.')
  /external/v8/build/android/pylib/gtest/
gtest_test_instance.py 295 self._isolate_delegate.Remap(
  /external/opencv3/modules/cudawarping/perf/
perf_warping.cpp 50 // Remap
94 PERF_TEST_P(Sz_Depth_Cn_Inter_Border_Mode, Remap,
127 TEST_CYCLE() cv::cuda::remap(d_src, dst, d_xmap, d_ymap, interpolation, borderMode);
135 TEST_CYCLE() cv::remap(src, dst, xmap, ymap, interpolation, borderMode);
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 331 // Working with the single array element, so have to remap
334 CodeGenFunction::OMPPrivateScope Remap(*this);
335 Remap.addPrivate(DestVD, [DestElement]() -> Address {
338 Remap.addPrivate(
340 (void)Remap.Privatize();
345 // Remap pseudo source variable to private copy.
346 CodeGenFunction::OMPPrivateScope Remap(*this);
347 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; });
348 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; });
349 (void)Remap.Privatize()
    [all...]
  /external/opencv3/modules/python/test/
camera_calibration.py 358 cv.Remap(img, r, mapx, mapy)
  /external/clang/include/clang/Serialization/
ASTReader.h 353 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /external/v8/build/android/pylib/instrumentation/
instrumentation_test_instance.py 462 self._isolate_delegate.Remap(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 536 STDMETHOD(Remap)(THIS_ DWORD num_vertices, DWORD* vertex_remap) PURE;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 507 { "Remap", { {"image", ImageReference},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 507 { "Remap", { {"image", ImageReference},
    [all...]

Completed in 606 milliseconds