Home | History | Annotate | Download | only in opencl

Lines Matching refs:dstptr

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));
377 __global uchar* dstptr, int dst_step, int dt_offset,
391 __global uchar* dst1 = dstptr + mad24(y << 1, dst_step, x * (dcn<<1) + dt_offset);
458 __global uchar* dstptr, int dst_step, int dst_offset,
479 __global uchar* ydst1 = dstptr + ydst_index;
482 __global uchar* udst = dstptr + mad24(y_rows + (y>>1), dst_step, dst_offset + (y%2)*(cols >> 1) + x);
560 __global uchar* dstptr, int dst_step, int dst_offset,
569 __global uchar* dst = dstptr + mad24(y, dst_step, mad24(x << 1, dcn, dst_offset));
623 __global uchar* dstptr, int dst_step, int dt_offset,
640 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
690 __global DATA_TYPE * dstptr = (__global DATA_TYPE*)(dst + dst_index);
707 dstptr[(bidx^2)] = SAT_CAST(r);
708 dstptr[1] = SAT_CAST(g);
709 dstptr[bidx] = SAT_CAST(b);
711 dstptr[3] = MAX_NUM;
725 __global uchar * dstptr, int dst_step, int dst_offset,
742 __global DATA_TYPE * dst = (__global DATA_TYPE *)(dstptr + dst_index);
769 __global uchar * dstptr, int dst_step, int dst_offset,
786 __global DATA_TYPE * dst = (__global DATA_TYPE *)(dstptr + dst_index);
826 __global uchar* dstptr, int dst_step, int dst_offset,
843 __global DATA_TYPE * dst = (__global DATA_TYPE *)(dstptr + dst_index);
1154 __global uchar* dstptr, int dst_step, int dst_offset,
1171 __global float * dst = (__global float *)(dstptr + dst_index);
1211 __global uchar* dstptr, int dst_step, int dst_offset,
1229 __global float * dst = (__global float *)(dstptr + dst_index);
1413 __global uchar* dstptr, int dst_step, int dst_offset,
1430 __global float * dst = (__global float *)(dstptr + dst_index);
1474 __global uchar* dstptr, int dst_step, int dst_offset,
1491 __global float * dst = (__global float *)(dstptr + dst_index);
1685 __global uchar * dstptr, int dst_step, int dst_offset, int rows, int cols,
1705 __global float * dst = (__global float *)(dstptr + dst_index);
1851 __global uchar * dstptr, int dst_step, int dst_offset, int rows, int cols,
1871 __global float * dst = (__global float *)(dstptr + dst_index);
1907 __global uchar * dstptr, int dst_step, int dst_offset, int rows, int cols,
1926 __global float * dst = (__global float *)(dstptr + dst_index);
2013 __global uchar * dstptr, int dst_step, int dst_offset, int rows, int cols,
2032 __global float * dst = (__global float *)(dstptr + dst_index);