HomeSort by relevance Sort by last modified time
    Searched refs:dstptr (Results 1 - 25 of 38) sorted by null

1 2

  /external/opencv3/modules/core/src/opencl/
flip.cl 53 __global uchar * dstptr, int dst_step, int dst_offset,
72 storepix(src1, dstptr + dst_index0);
73 storepix(src0, dstptr + dst_index1);
84 __global uchar * dstptr, int dst_step, int dst_offset,
118 storepix(src1, dstptr + dst_index0);
119 storepix(src0, dstptr + dst_index1);
130 __global uchar * dstptr, int dst_step, int dst_offset,
164 storepix(src1, dstptr + dst_index0);
165 storepix(src0, dstptr + dst_index1);
copyset.cl 51 __global T1 * dst = (__global T1 *)(dstptr + dst_index)
55 __global uchar * dstptr, int dst_step, int dst_offset,
109 #define storedst(val) *(__global dstT *)(dstptr + dst_index) = val
112 #define storedst(val) vstore3(val, 0, (__global dstT1 *)(dstptr + dst_index))
116 __global uchar* dstptr, int dststep, int dstoffset,
138 __kernel void set(__global uchar* dstptr, int dststep, int dstoffset,
convert.cl 55 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
69 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
mulspectrums.cl 58 __global uchar * dstptr, int dst_step, int dst_offset,
75 __global float2 * dst = (__global float2 *)(dstptr + dst_index);
inrange.cl 53 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
80 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
94 __global uchar * dst = dstptr + dst_index;
split_merge.cl 54 __global uchar * dstptr, int dst_step, int dst_offset,
67 __global T * dst = (__global T *)(dstptr + dst_index);
reduce2.cl 95 __global uchar * dstptr, int dst_step, int dst_offset
145 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
174 __global uchar * dstptr, int dst_step, int dst_offset
187 __global dstT0 * dst = (__global dstT0 *)(dstptr + dst_index);
220 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
transpose.cl 61 __global uchar * dstptr, int dst_step, int dst_offset)
113 storepix(tile[mad24(lx, LDS_STEP, ly + i)], dstptr + index_dst);
arithm.cl 94 #define storedst(val) *(__global dstT *)(dstptr + dst_index) = val
97 #define storedst(val) vstore3(val, 0, (__global dstT_C1 *)(dstptr + dst_index))
404 __global uchar * dstptr, int dststep, int dstoffset,
435 __global uchar * dstptr, int dststep, int dstoffset,
460 __global uchar * dstptr, int dststep, int dstoffset,
482 __global uchar * dstptr, int dststep, int dstoffset,
  /external/opencv3/3rdparty/libjasper/
jpc_qmfb.c 316 register jpc_fix_t *dstptr; local
336 dstptr = buf;
339 *dstptr = *srcptr;
340 ++dstptr;
344 dstptr = &a[1 - parity];
348 *dstptr = *srcptr;
349 ++dstptr;
353 dstptr = &a[hstartcol];
357 *dstptr = *srcptr;
358 ++dstptr;
384 register jpc_fix_t *dstptr; local
452 jpc_fix_t *dstptr; local
541 jpc_fix_t *dstptr; local
629 register jpc_fix_t *dstptr; local
694 register jpc_fix_t *dstptr; local
759 jpc_fix_t *dstptr; local
845 jpc_fix_t *dstptr; local
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
blend_linear.cl 60 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols)
79 __global T * dst = (__global T *)(dstptr + dst_index);
precornerdetect.cl 51 __global uchar * dstptr, int dst_step, int dst_offset,
71 __global float * dst = (__global float *)(dstptr + dst_index);
threshold.cl 55 __global uchar * dstptr, int dst_step, int dst_offset, int rows, int cols,
72 __global T * dst = (__global T *)(dstptr + dst_index);
warp_perspective.cl 90 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
110 storepix(loadpix(srcptr + src_index), dstptr + dst_index);
113 storepix(scalar, dstptr + dst_index);
120 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
160 storepix(convertToT((val + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS), dstptr + dst_index);
164 storepix(convertToT(val), dstptr + dst_index);
182 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
229 storepix(convertToT( (sum + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS ), dstptr + dst_index);
234 storepix(convertToT( sum ), dstptr + dst_index);
warp_affine.cl 91 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
116 storepix(loadpix(srcptr + src_index), dstptr + dst_index);
119 storepix(scalar, dstptr + dst_index);
135 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
186 storepix(convertToT((val + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS), dstptr + dst_index);
190 storepix(convertToT(val), dstptr + dst_index);
230 storepix(convertToT(sum), dstptr + dst_index);
268 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
326 storepix(convertToT( (sum + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS ), dstptr + dst_index);
331 storepix(convertToT( sum ), dstptr + dst_index)
    [all...]
resize.cl 104 __global uchar* dstptr, int dststep, int dstoffset,
127 storepix(uval, dstptr + mad24(dy, dststep, dstoffset + dx*TSIZE));
134 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
163 dstptr + mad24(dy, dst_step, mad24(dx, TSIZE, dst_offset)));
170 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
219 storepix(uval, dstptr + mad24(dy, dst_step, mad24(dx, TSIZE, dst_offset)));
226 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
240 dstptr + mad24(dy, dst_step, mad24(dx, TSIZE, dst_offset)));
remap.cl 144 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
167 __global T * dst = (__global T *)(dstptr + dst_index);
191 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
210 __global T * dst = (__global T *)(dstptr + dst_index);
231 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
250 __global T * dst = (__global T *)(dstptr + dst_index);
271 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
293 __global T * dst = (__global T *)(dstptr + dst_index);
327 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
349 __global T * dst = (__global T *)(dstptr + dst_index)
    [all...]
cvtcolor.cl 134 __global uchar * dstptr, int dst_step, int dst_offset,
151 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
167 __global uchar * dstptr, int dst_step, int dst_offset,
184 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
208 __global uchar* dstptr, int dst_step, int dt_offset,
225 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
258 __global uchar* dstptr, int dst_step, int dt_offset,
275 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
308 __global uchar* dstptr, int dst_step, int dt_offset,
323 __global uchar* dst1 = dstptr + mad24(y << 1, dst_step, mad24(x, dcn<<1, dt_offset))
    [all...]
gftt.cl 49 int total, __global uchar * dstptr
91 *(__global float *)(dstptr + (int)sizeof(float) * gid) = localmem_max[0];
  /external/opencv3/modules/superres/src/opencl/
superres_btvl1.cl 83 __global uchar * dstptr, int dst_step, int dst_offset, int scale)
94 __global float * dst = (__global float *)(dstptr + dst_index);
171 __global float * dstptr = (__global float *)(dst + mad24(y, dst_step, 3 * sz * x + dst_offset + 0));
172 dstptr[0] = dstVal.x;
173 dstptr[1] = dstVal.y;
174 dstptr[2] = dstVal.z;
  /external/libvncserver/libvncserver/
scale.c 145 unsigned char *srcptr, *dstptr; local
166 dstptr = (unsigned char *)(ptr->frameBuffer +
239 case 4: *((unsigned int *)dstptr) = (unsigned int) pixel_value; break;
240 case 2: *((unsigned short *)dstptr) = (unsigned short) pixel_value; break;
241 case 1: *((unsigned char *)dstptr) = (unsigned char) pixel_value; break;
245 dstptr[z]=(pixel_value >> (8 * z)) & 0xff;
248 dstptr += bytesPerPixel;
251 dstptr += (ptr->paddedWidthInBytes - bytesPerLine);
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 88 GLubyte *dstptr; /**< dstptr == dstbuf + dstelt_max * vertsize */ member in struct:copy_context
214 copy->dstptr = copy->dstbuf;
253 GLubyte *csr = copy->dstptr;
289 copy->dstptr += copy->vertex_size;
291 assert(csr == copy->dstptr);
292 assert(copy->dstptr == (copy->dstbuf +
513 copy->dstptr = copy->dstbuf;
  /external/opencv3/modules/cudaarithm/src/cuda/
absdiff_mat.cu 161 const intptr_t dstptr = reinterpret_cast<intptr_t>(dst_.data);
163 const bool isAllAligned = (src1ptr & 31) == 0 && (src2ptr & 31) == 0 && (dstptr & 31) == 0;
add_mat.cu 198 const intptr_t dstptr = reinterpret_cast<intptr_t>(dst_.data);
200 const bool isAllAligned = (src1ptr & 31) == 0 && (src2ptr & 31) == 0 && (dstptr & 31) == 0;
sub_mat.cu 198 const intptr_t dstptr = reinterpret_cast<intptr_t>(dst_.data);
200 const bool isAllAligned = (src1ptr & 31) == 0 && (src2ptr & 31) == 0 && (dstptr & 31) == 0;

Completed in 523 milliseconds

1 2