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

  /external/opencv3/modules/imgproc/src/opencl/
integral_sum.cl 25 __global uchar *buf_ptr, int buf_step, int buf_offset
67 //int buf_index = buf_offset + buf_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
68 int buf_index = mad24(buf_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, buf_offset));
90 kernel void integral_sum_rows(__global const uchar *buf_ptr, int buf_step, int buf_offset,
124 int buf_index = mad24((int)sizeof(sumT), x, buf_offset);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/lzw/
ftzopen.h 119 FT_UInt buf_offset; member in struct:FT_LzwStateRec_
ftzopen.c 44 state->buf_offset = 0;
58 FT_UInt offset = state->buf_offset;
88 state->buf_offset = offset + num_bits;
189 state->buf_offset = 0;
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.h 133 * "buf_offset" is be added to the device virtual address, and the sum is then
141 uint32_t buf_offset,
lnc_cmdbuf.c 248 * "buf_offset" is be added to the device virtual address, and the sum is then
256 uint32_t buf_offset,
274 uint32_t new_val = presumed_offset + buf_offset;
288 reloc->pre_add = buf_offset;
  /hardware/intel/img/psb_video/src/
pnw_cmdbuf.h 154 * "buf_offset" is be added to the device virtual address, and the sum is then
162 uint32_t buf_offset,
vsp_cmdbuf.c 199 * "buf_offset" is be added to the device virtual address, and the sum is then
207 uint32_t buf_offset,
225 uint32_t new_val = presumed_offset + buf_offset;
239 reloc->pre_add = buf_offset;
tng_cmdbuf.h 181 * "buf_offset" is be added to the device virtual address, and the sum is then
189 IMG_UINT32 buf_offset,
vsp_cmdbuf.h 183 uint32_t buf_offset,
psb_surface_attrib.c 143 int width, height, buf_stride, buf_offset, size;
173 buf_offset = v4l2_buf->m.offset;
177 width, height, buf_stride, buf_offset, size);
204 vaStatus = psb_surface_create_camera(driver_data, width, height, buf_stride, size, psb_surface, 1, buf_offset);
218 buf_stride, size, psb_surface, 1, buf_offset, user_ptr);
pnw_cmdbuf.c 257 * "buf_offset" is be added to the device virtual address, and the sum is then
265 uint32_t buf_offset,
283 uint32_t new_val = presumed_offset + buf_offset;
297 reloc->pre_add = buf_offset;
tng_cmdbuf.c 320 * "buf_offset" is be added to the device virtual address, and the sum is then
328 IMG_UINT32 buf_offset,
346 IMG_UINT32 new_val = presumed_offset + buf_offset;
360 reloc->pre_add = buf_offset;
psb_cmdbuf.h 143 * "buf_offset" is be added to the device virtual address, and the sum is then
151 uint32_t buf_offset,
psb_cmdbuf.c 315 * "buf_offset" is be added to the device virtual address, and the sum is then
323 uint32_t buf_offset,
349 reloc->where, reloc->where << 2, buf_offset, background, reloc->buffer, presumed_offset);
352 uint32_t new_val = presumed_offset + buf_offset;
362 reloc->pre_add = buf_offset;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.c 5728 int buf_offset; local
    [all...]

Completed in 418 milliseconds