HomeSort by relevance Sort by last modified time
    Searched full:s4567 (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/features2d/src/opencl/
brute_force_match.cl 107 # define DIST(x, y) {value_type d = ((x) - (y)); result += dot(d.s0123, d.s0123) + dot(d.s4567, d.s4567);}
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 391 uint32 s4567 = (reinterpret_cast<const uint32 *>(src))[1]; local
395 (s4567 - losub) | (s4567 + hiadd);
  /external/opencv3/modules/features2d/
opencl_kernels_features2d.cpp 67 "# define DIST(x, y) {value_type d = ((x) - (y)); result += dot(d.s0123, d.s0123) + dot(d.s4567, d.s4567);}\n"
  /external/opencv3/modules/imgproc/src/opencl/
medianFilter.cl 78 dst4 = (T4)(dst2.s4567, src3, src4); }
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]

Completed in 1007 milliseconds