HomeSort by relevance Sort by last modified time
    Searched full:s0123 (Results 1 - 8 of 8) 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 390 uint32 s0123 = (reinterpret_cast<const uint32 *>(src))[0]; local
394 uint32 temp = (s0123 - losub) | (s0123 + hiadd) |
  /external/llvm/lib/Target/Hexagon/
HexagonScheduleV60.td 103 // S0123| CVI_VA_EXT Extract |
  /external/mesa3d/include/CL/
cl_platform.h 412 /* Indicate whether .xyzw, .s0123 and .hi.lo are supported */
414 /* .xyzw and .s0123...{f|F} are supported */
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_platform.h 468 /* Indicate whether .xyzw, .s0123 and .hi.lo are supported */
470 /* .xyzw and .s0123...{f|F} are supported */
    [all...]
  /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 75 dst0 = (T4)(src0, src1, dst2.s0123); \
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]

Completed in 269 milliseconds