HomeSort by relevance Sort by last modified time
    Searched refs:uchar (Results 576 - 600 of 778) sorted by null

<<21222324252627282930>>

  /external/opencv3/modules/cudalegacy/src/
gmg.cpp 176 {update_gpu<uchar>, 0, update_gpu<uchar3>, update_gpu<uchar4>},
  /external/opencv3/modules/cudawarping/src/cuda/
remap.cu 168 OPENCV_CUDA_IMPLEMENT_REMAP_TEX(uchar)
241 template void remap_gpu<uchar >(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap, PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 325 vector<uchar> buff;
469 std::vector<uchar> jpegImg;
595 uchar tiff_sample_data[2][86] = { {
680 const uchar sample_data[142] = {
  /external/opencv3/modules/photo/src/
seamless_cloning.cpp 76 if(gray.at<uchar>(i,j) == 255)
  /external/opencv3/modules/stitching/src/
blenders.cpp 96 const uchar *mask_row = mask.ptr<uchar>(y);
97 uchar *dst_mask_row = dst_mask.ptr<uchar>(dy + y);
  /external/opencv3/modules/video/test/
test_optflowpyrlk.cpp 229 std::vector<uchar> status;
  /external/opencv3/modules/videoio/src/
cap_cmu.cpp 401 uchar * ptr = (uchar *) im->imageData;
402 uchar t;
404 ptr = (uchar *) im->imageData+im->widthStep*i;
419 cmucam->getRGB((uchar*)image->imageData, image->imageSize);
cap_dc1394_v2.cpp 853 buf[pos] = (uchar)(quad >> 24);
854 buf[pos+1] = (uchar)(quad >> 16);
855 buf[pos+2] = (uchar)(quad >> 8);
856 buf[pos+3] = (uchar)(quad);
    [all...]
  /external/opencv3/samples/cpp/
camshiftdemo.cpp 143 buf.at<Vec3b>(i) = Vec3b(saturate_cast<uchar>(i*180./hsize), 255, 255);
tvl1_optical_flow.cpp 81 pix[2 - b] = static_cast<uchar>(255.f * col);
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
planar_tracking.cpp 85 if(inlier_mask.at<uchar>(i)) {
  /external/opencv3/samples/gpu/
optical_flow.cpp 83 pix[2 - b] = static_cast<uchar>(255.0 * col);
  /external/opencv3/samples/tapi/
camshift.cpp 145 buf.at<cv::Vec3b>(i) = cv::Vec3b(cv::saturate_cast<uchar>(i*180./hsize), 255, 255);
tvl1_optical_flow.cpp 15 typedef unsigned char uchar; typedef
  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 21 #include <unicode/uchar.h>
WordBreaker.cpp 23 #include <unicode/uchar.h>
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs 156 uchar op = rsGetElementAt_uchar(opacity, intensity);
200 uchar op = rsGetElementAt_uchar(opacity, intensity);
  /external/opencv3/modules/calib3d/src/
stereosgbm.cpp 59 typedef uchar PixType;
315 static const uchar LSBTab[] =
    [all...]
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h     [all...]
  /external/opencv/cv/include/
cvcompat.h 772 union { uchar* ptr; float* fl; } data;
787 union { uchar* ptr; float* fl; } data;
903 uchar* currline; /* pointer to the start of the current pixel line */
904 uchar* topline; /* pointer to the start of the top pixel line */
905 uchar* bottomline; /* pointer to the start of the first line */
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 74 #define cv_isprint(c) ((uchar)(c) >= (uchar)' ')
75 #define cv_isprint_or_tab(c) ((uchar)(c) >= (uchar)' ' || (c) == '\t')
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp 793 gold[0] = cv::saturate_cast<uchar>(val1[0] * val2);
794 gold[1] = cv::saturate_cast<uchar>(val1[1] * val2);
795 gold[2] = cv::saturate_cast<uchar>(val1[2] * val2);
796 gold[3] = cv::saturate_cast<uchar>(val1[3] * val2);
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh 163 extern uchar __attribute__((const, overloadable))
782 extern uchar __attribute__((const, overloadable))
783 clamp(uchar value, uchar min_value, uchar max_value);
938 clamp(uchar2 value, uchar min_value, uchar max_value);
943 clamp(uchar3 value, uchar min_value, uchar max_value);
948 clamp(uchar4 value, uchar min_value, uchar max_value)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 163 extern uchar __attribute__((const, overloadable))
782 extern uchar __attribute__((const, overloadable))
783 clamp(uchar value, uchar min_value, uchar max_value);
938 clamp(uchar2 value, uchar min_value, uchar max_value);
943 clamp(uchar3 value, uchar min_value, uchar max_value);
948 clamp(uchar4 value, uchar min_value, uchar max_value)
    [all...]

Completed in 1136 milliseconds

<<21222324252627282930>>