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

  /external/opencv3/modules/imgproc/src/opencl/
histogram.cl 76 atomic_inc(localhist + convert_int(src[src_index]));
filterSmall.cl 261 #define convert_int1 convert_int
remap.cl 295 int map2Value = convert_int(map2[0]) & (INTER_TAB_SIZE2 - 1);
  /external/valgrind/VEX/priv/
main_util.c 275 void convert_int ( /*OUT*/HChar* buf, Long n0, function
428 convert_int(intbuf, l, 10/*base*/, True/*signed*/,
450 convert_int(intbuf, l, base, False/*unsigned*/, hexcaps);
462 convert_int(intbuf, l, 16/*base*/, False/*unsigned*/, hexcaps);
host_s390_isel.c     [all...]
  /external/opencv3/modules/video/src/opencl/
optical_flow_farneback.cl 273 int x1 = convert_int(floor(fx));
274 int y1 = convert_int(floor(fy));
  /external/opencv3/modules/video/
opencl_kernels_video.cpp 414 "int x1 = convert_int(floor(fx));\n"
415 "int y1 = convert_int(floor(fy));\n"
    [all...]
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]

Completed in 1077 milliseconds