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

<<11121314151617181920>>

  /external/opencv/cxcore/src/
cxsumpixels.cpp 367 ICV_DEF_SUM_ALL( Sum, 8u, CV_NOP, uchar, double, int64, unsigned,
563 ICV_DEF_NONZERO_ALL( 8u, CV_NONZERO, uchar )
    [all...]
cxutils.cpp 824 uchar* data = 0;
866 uchar* p = data + pair_buf[j]*elem_size, *q = data + pair_buf[j+1]*elem_size, t;
889 uchar* p, *q, t;
981 static CV_IMPLEMENT_QSORT_EX( icvSortIdx8u, int, ICV_LT_BY_IDX, const uchar* )
989 static CV_IMPLEMENT_QSORT_EX( icvSort8u, uchar, CV_LT, int )
1003 ((uchar*)dst)[i*d] = ((uchar*)src)[i*s];
1023 icvShuffle1D( const uchar* src, const int* idx, uchar* dst, int d, int n, int elemSize )
1053 uchar *tsrc = 0
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 407 // uchar*& datastart, uchar*& data, size_t* step) = 0;
408 //virtual void deallocate(int* refcount, uchar* datastart, uchar* data) = 0;
490 uchar* data;
491 uchar* origdata;
    [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 90 int bayer2Gray(const uchar* bayer, int bayer_step, uchar* dst,
99 const uchar* bayer_end = bayer + width;
136 int bayer2RGB(const uchar* bayer, int bayer_step, uchar* dst, int width, int blue) const
149 const uchar* bayer_end = bayer + width;
227 int bayer2RGBA(const uchar*, int, uchar*, int, int) const
232 int bayer2RGB_EA(const uchar* bayer, int bayer_step, uchar* dst, int width, int blue) cons
    [all...]
  /external/opencv/cv/src/
cvfloodfill.cpp 95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed,
96 uchar* _newVal, CvConnectedComp* region, int flags,
99 uchar* img = pImage + step * seed.y;
103 uchar newVal[] = {0,0,0};
373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep,
374 CvSize /*roi*/, CvPoint seed, uchar* _newVal, uchar* _d_lw,
375 uchar* _d_up, CvConnectedComp* region, int flags,
378 uchar* img = pImage + step*seed.y
    [all...]
cvsamplers.cpp 61 uchar* buffer = (uchar*)_buffer;
393 ( const uchar* src, int src_step, CvSize src_size,
451 src = (const uchar*)icvAdjustRect( src, src_step*sizeof(*src),
456 const uchar *src2 = src + src_step;
508 ICV_DEF_GET_RECT_SUB_PIX_FUNC( 8u, uchar, uchar, int, CV_NOP, ICV_SCALE, ICV_DESCALE )
509 //ICV_DEF_GET_RECT_SUB_PIX_FUNC( 8u32f, uchar, float, float, CV_8TO32F, CV_NOP, CV_NOP )
512 ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( 8u, uchar, uchar, int, CV_NOP, ICV_SCALE, ICV_MUL_SCALE
    [all...]
cvfilter.cpp 49 static void default_x_filter_func( const uchar*, uchar*, void* )
53 static void default_y_filter_func( uchar**, uchar*, int, int, void* )
133 uchar* ptr;
179 row_tab_sz = cvAlign( max_rows*sizeof(uchar*), ALIGN );
182 CV_CALL( ptr = buffer = (uchar*)cvAlloc( total_buf_sz ));
184 rows = (uchar**)ptr;
231 uchar* bt = (uchar*)border_tab
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color )
259 bool GrFmtJpeg2000Reader::ReadComponent8u( uchar *data, jas_matrix_t *buffer,
280 uchar* dst = data + (y - yoffset) * step - xoffset;
309 dst[x*ncmpts] = (uchar)pix;
402 bool GrFmtJpeg2000Writer::WriteImage( const uchar* data, int step,
455 bool GrFmtJpeg2000Writer::WriteComponent8u( jas_image_t *img, const uchar *data,
  /external/opencv3/modules/cudafilters/src/cuda/
filter2d.cu 112 IMPLEMENT_FILTER2D_TEX_READER(uchar);
143 template void filter2D<uchar , uchar >(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
  /external/opencv3/modules/cudaimgproc/src/cuda/
clahe.cu 72 const uchar* srcPtr = src.ptr(ty * tileSize.y + i) + tx * tileSize.x;
121 lut(ty * tilesX + tx, tid) = saturate_cast<uchar>(__float2int_rn(lutScale * lutVal));
168 dst(y, x) = saturate_cast<uchar>(res);
color.cu 74 OPENCV_CUDA_IMPLEMENT_CVTCOLOR(name ## _8u, name ## _func<uchar>) \
79 OPENCV_CUDA_IMPLEMENT_CVTCOLOR(name ## _8u, name ## _func<uchar>) \
83 OPENCV_CUDA_IMPLEMENT_CVTCOLOR(name ## _8u, name ## _func<uchar>) \
85 OPENCV_CUDA_IMPLEMENT_CVTCOLOR(name ## _FULL_8u, name ## _FULL_func<uchar>) \
  /frameworks/rs/api/
rs_convert.spec 159 arg: uchar y, "Luminance component."
160 arg: uchar u, "U chrominance component."
161 arg: uchar v, "V chrominance component."
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiLine.java 869 char uchar = bidi.text[logicalIndex]; local
947 char uchar; local
1071 char uchar; local
1169 char uchar; local
    [all...]
  /external/icu/icu4c/source/common/
ubidiln.c 20 #include "unicode/uchar.h"
697 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
944 UChar uchar=pBiDi->text[logicalIndex]; local
1039 UChar uchar; local
1174 UChar uchar; local
1280 UChar uchar; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiLine.java 868 char uchar = bidi.text[logicalIndex]; local
946 char uchar; local
1070 char uchar; local
1168 char uchar; local
    [all...]
  /external/jhead/
main.c 169 void copyThumbnailData(uchar* thumbnailData, int thumbnailLen) {
178 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
182 uchar* ThumbnailPointer = ExifSection->Data+ImageInfo.ThumbnailOffset+8;
190 ExifSection->Data[0] = (uchar)(NewExifSize >> 8);
191 ExifSection->Data[1] = (uchar)NewExifSize;
205 uchar* thumbnailData = NULL;
314 uchar* thumbnailPointer = ExifSection->Data + ImageInfo.ThumbnailOffset + 8;
315 thumbnailData = (uchar*)malloc(ImageInfo.ThumbnailSize);
  /external/opencv/cvaux/src/
cvsubdiv2.cpp 150 uchar *ptr = (uchar*)(src->imageData + ip.y * src->widthStep + ip.x * 3);
  /external/opencv3/modules/calib3d/test/
test_affine3d_estimator.cpp 107 vector<uchar> outliers;
154 vector<uchar> outl;
  /external/opencv3/modules/core/include/opencv2/core/cuda/
utility.hpp 123 uchar val;
124 return curMask.data == 0 || (ForceGlob<uchar>::Load(curMask.ptr(y), x, val), (val != 0));
  /external/opencv3/modules/core/src/opencl/
reduce2.cl 94 __kernel void reduce_horz_opt(__global const uchar * srcptr, int src_step, int src_offset, int rows, int cols,
95 __global uchar * dstptr, int dst_step, int dst_offset
173 __kernel void reduce(__global const uchar * srcptr, int src_step, int src_offset, int rows, int cols,
174 __global uchar * dstptr, int dst_step, int dst_offset
set_identity.cl 56 __kernel void setIdentity(__global uchar * srcptr, int src_step, int src_offset, int rows, int cols,
  /external/opencv3/modules/cudaarithm/src/cuda/
absdiff_scalar.cu 94 absDiffScalarImpl<uchar, float>,
countnonzero.cu 76 countNonZeroImpl<uchar, int>,
minmax_mat.cu 133 minMaxMat_v1<minimum, uchar>,
142 minMaxMat_v1<maximum, uchar>,
216 minMaxScalar<minimum, uchar>,
225 minMaxScalar<maximum, uchar>,
  /external/opencv3/modules/cudev/test/
test_bitwize_op.cu 51 typedef ::testing::Types<uchar, ushort, short, int> IntTypes;

Completed in 785 milliseconds

<<11121314151617181920>>