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

1 2 3

  /external/opencv3/modules/core/src/opencl/
convert.cl 64 int dst_index = mad24(y0, dst_step, mad24(x, (int)sizeof(dstT), dst_offset));
66 for (int y = y0, y1 = min(dst_rows, y0 + rowsPerWI); y < y1; ++y, src_index += src_step, dst_index += dst_step)
69 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
copyset.cl 48 int dst_index = mad24(y, dst_step, mad24(x, (int)sizeof(T1) * scn, dst_offset)); \
51 __global T1 * dst = (__global T1 *)(dstptr + dst_index)
109 #define storedst(val) *(__global dstT *)(dstptr + dst_index) = val
112 #define storedst(val) vstore3(val, 0, (__global dstT1 *)(dstptr + dst_index))
125 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT1) * cn, dstoffset));
133 dst_index += dststep;
146 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT1) * cn, dstoffset));
148 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, dst_index += dststep)
mulspectrums.cl 68 int dst_index = mad24(y0, dst_step, mad24(x, (int)sizeof(float2), dst_offset));
71 src1_index += src1_step, src2_index += src2_step, dst_index += dst_step)
75 __global float2 * dst = (__global float2 *)(dstptr + dst_index);
inrange.cl 68 int dst_index = mad24(y0, dst_step, mad24(x, colsPerWI, dst_offset));
74 for (int y = y0, y1 = min(dst_rows, y0 + rowsPerWI); y < y1; ++y, src1_index += src1_step, dst_index += dst_step)
80 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
94 __global uchar * dst = dstptr + dst_index;
split_merge.cl 63 int dst_index = mad24(dst_step, y0, mad24(x, (int)sizeof(T) * cn, dst_offset));
65 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, dst_index += dst_step)
67 __global T * dst = (__global T *)(dstptr + dst_index);
reduce2.cl 143 int dst_index = mad24(y, dst_step, dst_offset);
145 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
185 int dst_index = mad24(x, (int)sizeof(dstT0) * cn, dst_offset);
187 __global dstT0 * dst = (__global dstT0 *)(dstptr + dst_index);
217 int dst_index = mad24(y, dst_step, dst_offset);
220 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
transpose.cl 129 int dst_index = mad24(x, src_step, mad24(y, TSIZE, src_offset));
133 for (int i = 0; i < rowsPerWI; ++i, ++y, src_index += src_step, dst_index += TSIZE)
137 __global uchar * dst = srcptr + dst_index;
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))
416 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
419 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, src1_index += srcstep1, dst_index += dststep)
446 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
449 mask_index += maskstep, dst_index += dststep)
469 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
471 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, src1_index += srcstep1, dst_index += dststep)
492 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
494 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, src1_index += srcstep1, mask_index += maskstep, dst_index += dststep
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
threshold.cl 64 int dst_index = mad24(gy, dst_step, mad24(gx, (int)sizeof(T), dst_offset));
72 __global T * dst = (__global T *)(dstptr + dst_index);
88 dst_index += dst_step;
cvtcolor.cl 143 int dst_index = mad24(y, dst_step, mad24(x, dcnbytes, dst_offset));
151 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
160 dst_index += dst_step;
176 int dst_index = mad24(y, dst_step, mad24(x, dcnbytes, dst_offset));
184 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
195 dst_index += dst_step;
217 int dst_index = mad24(y, dst_step, mad24(x, dcnbytes, dt_offset));
225 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index);
247 dst_index += dst_step;
267 int dst_index = mad24(y, dst_step, mad24(x, dcnbytes, dt_offset))
    [all...]
blend_linear.cl 71 int dst_index = mad24(y, dst_step, dst_offset + x * cn * (int)sizeof(T));
79 __global T * dst = (__global T *)(dstptr + dst_index);
corner.cl 194 int dst_index = mad24(dst_step, dst_startY, (int)sizeof(float) * (dst_startX + col - anX));
195 *(__global float *)(dst + dst_index) =
200 int dst_index = mad24(dst_step, dst_startY + 1, (int)sizeof(float) * (dst_startX + col - anX));
201 *(__global float *)(dst + dst_index) =
207 int dst_index = mad24(dst_step, dst_startY, (int)sizeof(float) * (dst_startX + col - anX));
211 *(__global float *)(dst + dst_index) = (float)((a+c) - native_sqrt((a-c)*(a-c) + b*b));
215 int dst_index = mad24(dst_step, dst_startY + 1, (int)sizeof(float) * (dst_startX + col - anX));
219 *(__global float *)(dst + dst_index) = (float)((a+c) - native_sqrt((a-c)*(a-c) + b*b));
precornerdetect.cl 64 int dst_index = mad24(dst_step, y, (int)sizeof(float) * x + dst_offset);
71 __global float * dst = (__global float *)(dstptr + dst_index);
remap.cl 158 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
162 map1_index += map1_step, map2_index += map2_step, dst_index += dst_step)
167 __global T * dst = (__global T *)(dstptr + dst_index);
201 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
206 map_index += map_step, dst_index += dst_step)
210 __global T * dst = (__global T *)(dstptr + dst_index);
241 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
246 map_index += map_step, dst_index += dst_step)
250 __global T * dst = (__global T *)(dstptr + dst_index);
282 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset))
    [all...]
warp_affine.cl 103 int dst_index = mad24(dy0, dst_step, mad24(dx, pixsize, dst_offset));
105 for (int dy = dy0, dy1 = min(dst_rows, dy0 + rowsPerWI); dy < dy1; ++dy, dst_index += dst_step)
116 storepix(loadpix(srcptr + src_index), dstptr + dst_index);
119 storepix(scalar, dstptr + dst_index);
177 int dst_index = mad24(dy, dst_step, mad24(dx, pixsize, dst_offset));
186 storepix(convertToT((val + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS), dstptr + dst_index);
190 storepix(convertToT(val), dstptr + dst_index);
196 int dst_index = mad24(dy, dst_step, mad24(dx, pixsize, dst_offset));
230 storepix(convertToT(sum), dstptr + dst_index);
313 int dst_index = mad24(dy, dst_step, mad24(dx, pixsize, dst_offset))
    [all...]
warp_perspective.cl 105 int dst_index = mad24(dy, dst_step, dx * pixsize + dst_offset);
110 storepix(loadpix(srcptr + src_index), dstptr + dst_index);
113 storepix(scalar, dstptr + dst_index);
151 int dst_index = mad24(dy, dst_step, dst_offset + dx * pixsize);
160 storepix(convertToT((val + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS), dstptr + dst_index);
164 storepix(convertToT(val), dstptr + dst_index);
216 int dst_index = mad24(dy, dst_step, dst_offset + dx * pixsize);
229 storepix(convertToT( (sum + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS ), dstptr + dst_index);
234 storepix(convertToT( sum ), dstptr + dst_index);
integral_sum.cl 166 //int dst_index = dst_offset + dst_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
167 int dst_index = mad24(dst_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, dst_offset));
176 dst = (__global sumT *)(dst_ptr + dst_index);
178 dst_index += dst_step;
resize.cl 256 int dst_index = mad24(dy, dst_step, dst_offset);
275 storepix(convertToT(convertToWT2V(sum) * (WT2V)(SCALE)), dst + mad24(dx, TSIZE, dst_index));
291 int dst_index = mad24(dy, dst_step, dst_offset);
322 storepix(convertToT(sum), dst + mad24(dx, TSIZE, dst_index));
boxFilter.cl 195 int dst_index = mad24(y, dst_step, mad24(x, DSTSIZE, dst_offset));
196 __global DT * dst = (__global DT *)(dstptr + dst_index);
  /system/update_engine/payload_generator/
topological_sort_unittest.cc 88 vector<Vertex::Index>::size_type dst_index = 0; local
89 EXPECT_TRUE(IndexOf(sorted, it->first, &dst_index));
90 EXPECT_LT(dst_index, src_index);
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h 203 int32_t dst_index; member in struct:__anon3541
241 int32_t dst_index; member in struct:__anon3542
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 203 int32_t dst_index; member in struct:__anon4093
241 int32_t dst_index; member in struct:__anon4094
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h 194 int32_t dst_index; member in struct:__anon4879
228 uint32_t dst_index; member in struct:__anon4880
  /hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h 243 int32_t dst_index; member in struct:__anon31653
293 int32_t dst_index; member in struct:__anon31654
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
mm_jpeg_interface.h 246 int32_t dst_index; member in struct:__anon32309
296 int32_t dst_index; member in struct:__anon32310

Completed in 295 milliseconds

1 2 3