HomeSort by relevance Sort by last modified time
    Searched refs:TSIZE (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/core/src/opencl/
flip.cl 45 #define TSIZE (int)sizeof(T)
49 #define TSIZE ((int)sizeof(T1)*3)
61 int src_index0 = mad24(y0, src_step, mad24(x, TSIZE, src_offset));
62 int src_index1 = mad24(rows - y0 - 1, src_step, mad24(x, TSIZE, src_offset));
63 int dst_index0 = mad24(y0, dst_step, mad24(x, TSIZE, dst_offset));
64 int dst_index1 = mad24(rows - y0 - 1, dst_step, mad24(x, TSIZE, dst_offset));
92 int src_index0 = mad24(y0, src_step, mad24(x, TSIZE, src_offset));
93 int src_index1 = mad24(rows - y0 - 1, src_step, mad24(cols - x - 1, TSIZE, src_offset));
94 int dst_index0 = mad24(y0, dst_step, mad24(x, TSIZE, dst_offset));
95 int dst_index1 = mad24(rows - y0 - 1, dst_step, mad24(cols - x - 1, TSIZE, dst_offset))
    [all...]
transpose.cl 49 #define TSIZE (int)sizeof(T)
53 #define TSIZE ((int)sizeof(T1)*3)
93 int index_src = mad24(y, src_step, mad24(x, TSIZE, src_offset));
107 int index_dst = mad24(y_index, dst_step, mad24(x_index, TSIZE, dst_offset));
128 int src_index = mad24(y, src_step, mad24(x, TSIZE, src_offset));
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)
set_identity.cl 48 #define TSIZE (int)sizeof(T)
52 #define TSIZE ((int)sizeof(T1)*3)
64 int src_index = mad24(y0, src_step, mad24(x, TSIZE, src_offset));
  /external/opencv3/modules/imgproc/src/opencl/
resize.cl 63 #define TSIZE (int)sizeof(T)
67 #define TSIZE (int)sizeof(T1)*cn
127 storepix(uval, dstptr + mad24(dy, dststep, dstoffset + dx*TSIZE));
152 int src_index0 = mad24(sy0, src_step, mad24(sx0, TSIZE, src_offset)),
153 src_index1 = mad24(sy1, src_step, mad24(sx0, TSIZE, src_offset));
155 WT data1 = convertToWT(loadpix(srcptr + src_index0 + TSIZE));
157 WT data3 = convertToWT(loadpix(srcptr + src_index1 + TSIZE));
163 dstptr + mad24(dy, dst_step, mad24(dx, TSIZE, dst_offset)));
200 WT data0 = convertToWT(loadpix(srcptr + mad24(y, src_step, mad24(x, TSIZE, src_offset))));
201 WT data1 = convertToWT(loadpix(srcptr + mad24(y, src_step, mad24(x_, TSIZE, src_offset))))
    [all...]
remap.cl 59 #define TSIZE ((int)sizeof(T))
64 #define TSIZE ((int)sizeof(T1)*3)
85 v = convertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
99 v = convertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
133 v = convertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
158 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
183 int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
201 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
223 int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
241 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset))
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 118 #define TSIZE (INTERVALS + 1)
122 #define ln2_hi F_hi(TSIZE - 1)
123 #define ln2_lo F_lo(TSIZE - 1)
132 } T[TSIZE] = {
290 } U[TSIZE] = {
  /external/opencv3/3rdparty/libtiff/
tif_pixarlog.c 101 #define TSIZE 2048 /* decode table size (11-bit tokens) */
543 for (i = nlin; i < TSIZE; i++)
    [all...]
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 101 #define TSIZE 2048 /* decode table size (11-bit tokens) */
543 for (i = nlin; i < TSIZE; i++)
    [all...]

Completed in 156 milliseconds