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

1 2

  /system/extras/tests/memtest/
bandwidth.h 99 CopyBandwidthBenchmark() : BandwidthBenchmark(), _src(NULL), _dst(NULL) { }
105 if (_dst) {
106 free(_dst);
120 _dst = reinterpret_cast<char*>(memalign(64, _size));
121 if (!_dst) {
133 if (_dst) {
134 free(_dst);
135 _dst = NULL;
141 memset(_dst, 0, _size);
143 if (memcmp(_src, _dst, _size) != 0)
162 char *_dst; member in class:CopyBandwidthBenchmark
    [all...]
  /external/pixman/pixman/
pixman-accessor.h 11 uint8_t *_dst = (uint8_t*)(dst); \
13 WRITE((img), _dst +_i, (val)); \
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.c 188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst,
196 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[0] - 17 * _src[OC_MAXI(x - 1, 0)] +
201 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
205 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
209 _dst += _c_w;
215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
222 _dst += _y4m->pic_w * _y4m->pic_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
229 _dst += c_sz;
277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
    [all...]
y4minput.h 32 unsigned char *_dst, unsigned char *_src);
  /external/libvpx/libvpx/
y4minput.c 188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst,
196 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[0] - 17 * _src[OC_MAXI(x - 1, 0)] +
201 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
205 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
209 _dst += _c_w;
215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
222 _dst += _y4m->pic_w * _y4m->pic_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
229 _dst += c_sz;
277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
    [all...]
y4minput.h 32 unsigned char *_dst, unsigned char *_src);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c 188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst,
196 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[0] - 17 * _src[OC_MAXI(x - 1, 0)] +
201 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
205 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
209 _dst += _c_w;
215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
222 _dst += _y4m->pic_w * _y4m->pic_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
229 _dst += c_sz;
277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
    [all...]
y4minput.h 32 unsigned char *_dst, unsigned char *_src);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 127 struct ureg_dst _dst(unsigned i = 0) function in struct:sm4_to_tgsi_converter
236 #define OP1_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1)); break
237 #define OP2_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2)); break
238 #define OP3_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2), _src(3)); break
318 ureg_CMP(ureg, _dst(), ureg_negate(ureg_abs(_src(1))), _src(2), _src(3));
322 struct ureg_dst d = _dst();
330 struct ureg_dst s = _dst(0);
331 struct ureg_dst c = _dst(1);
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)])
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 127 struct ureg_dst _dst(unsigned i = 0) function in struct:sm4_to_tgsi_converter
236 #define OP1_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1)); break
237 #define OP2_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2)); break
238 #define OP3_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2), _src(3)); break
318 ureg_CMP(ureg, _dst(), ureg_negate(ureg_abs(_src(1))), _src(2), _src(3));
322 struct ureg_dst d = _dst();
330 struct ureg_dst s = _dst(0);
331 struct ureg_dst c = _dst(1);
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)])
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 109 cvUndistort2( const CvArr* _src, CvArr* _dst, const CvMat* A, const CvMat* dist_coeffs )
120 CvMat dststub, *dst = (CvMat*)_dst;
371 cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix,
390 CV_ASSERT( CV_IS_MAT(_src) && CV_IS_MAT(_dst) &&
392 (_dst->rows == 1 || _dst->cols == 1) &&
393 CV_ARE_SIZES_EQ(_src, _dst) &&
395 (CV_MAT_TYPE(_dst->type) == CV_32FC2 || CV_MAT_TYPE(_dst->type) == CV_64FC2));
426 dstf = (CvPoint2D32f*)_dst->data.ptr
    [all...]
cvcanny.cpp 343 uchar* _dst = dst->data.ptr + dst->step*i; local
346 _dst[j] = (uchar)-(_map[j] >> 1);
  /external/libnl/lib/fib_lookup/
request.c 44 static int request_clone(struct nl_object *_dst, struct nl_object *_src)
46 struct flnl_request *dst = nl_object_priv(_dst);
lookup.c 57 static int result_clone(struct nl_object *_dst, struct nl_object *_src)
59 struct flnl_result *dst = nl_object_priv(_dst);
  /external/libnl/lib/route/cls/
fw.c 86 static int fw_clone(struct rtnl_cls *_dst, struct rtnl_cls *_src)
88 struct rtnl_fw *dst = rtnl_cls_data(_dst);
basic.c 52 static int basic_clone(struct rtnl_cls *_dst, struct rtnl_cls *_src)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 680 struct pipe_resource *_dst,
690 struct galahad_resource *glhd_resource_dst = galahad_resource(_dst);
696 if (_dst->format != _src->format) {
700 util_format_description(_dst->format);
707 if ((_src->target == PIPE_BUFFER && _dst->target != PIPE_BUFFER) ||
708 (_src->target != PIPE_BUFFER && _dst->target == PIPE_BUFFER)) {
710 _src->target, _dst->target);
743 struct pipe_surface *_dst,
749 struct galahad_surface *glhd_surface_dst = galahad_surface(_dst);
763 struct pipe_surface *_dst,
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 680 struct pipe_resource *_dst,
690 struct galahad_resource *glhd_resource_dst = galahad_resource(_dst);
696 if (_dst->format != _src->format) {
700 util_format_description(_dst->format);
707 if ((_src->target == PIPE_BUFFER && _dst->target != PIPE_BUFFER) ||
708 (_src->target != PIPE_BUFFER && _dst->target == PIPE_BUFFER)) {
710 _src->target, _dst->target);
743 struct pipe_surface *_dst,
749 struct galahad_surface *glhd_surface_dst = galahad_surface(_dst);
763 struct pipe_surface *_dst,
    [all...]
  /external/libnl/lib/genl/
family.c 58 static int family_clone(struct nl_object *_dst, struct nl_object *_src)
60 struct genl_family *dst = nl_object_priv(_dst);
  /external/libnl/lib/route/
class_obj.c 40 static int class_clone(struct nl_object *_dst, struct nl_object *_src)
42 struct rtnl_class *dst = nl_object_priv(_dst);
cls_obj.c 46 static int cls_clone(struct nl_object *_dst, struct nl_object *_src)
48 struct rtnl_cls *dst = nl_object_priv(_dst);
qdisc_obj.c 41 static int qdisc_clone(struct nl_object *_dst, struct nl_object *_src)
43 struct rtnl_qdisc *dst = (struct rtnl_qdisc *) _dst;
  /external/libnl/lib/route/sch/
cbq.c 131 static int cbq_clone(struct rtnl_tca *_dst, struct rtnl_tca *_src)
135 if (src && !cbq_alloc(_dst))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 608 struct pipe_resource *_dst,
618 struct identity_resource *id_resource_dst = identity_resource(_dst);
654 struct pipe_surface *_dst,
660 struct identity_surface *id_surface_dst = identity_surface(_dst);
674 struct pipe_surface *_dst,
682 struct identity_surface *id_surface_dst = identity_surface(_dst);
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 608 struct pipe_resource *_dst,
618 struct identity_resource *id_resource_dst = identity_resource(_dst);
654 struct pipe_surface *_dst,
660 struct identity_surface *id_surface_dst = identity_surface(_dst);
674 struct pipe_surface *_dst,
682 struct identity_surface *id_surface_dst = identity_surface(_dst);

Completed in 811 milliseconds

1 2