Searched refs:_dst (Results 1 - 25 of 46) sorted by relevance

12

/external/pixman/pixman/
H A Dpixman-accessor.h11 uint8_t *_dst = (uint8_t*)(dst); \
13 WRITE((img), _dst +_i, (val)); \
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.c188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, argument
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, argument
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, argument
365 y4m_422jpeg_420jpeg_helper(unsigned char *_dst, const unsigned char *_src, int _c_w, int _c_h) argument
431 y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
496 y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
568 y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
631 y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
683 y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
694 y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
[all...]
H A Dy4minput.h32 unsigned char *_dst, unsigned char *_src);
/external/libvpx/libvpx/
H A Dy4minput.c188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, argument
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, argument
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, argument
365 y4m_422jpeg_420jpeg_helper(unsigned char *_dst, const unsigned char *_src, int _c_w, int _c_h) argument
431 y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
496 y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
568 y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
631 y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
683 y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
693 y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
[all...]
H A Dy4minput.h32 unsigned char *_dst, unsigned char *_src);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp127 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(), _sr
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp127 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(), _sr
[all...]
/external/opencv/cv/src/
H A Dcvundistort.cpp109 cvUndistort2( const CvArr* _src, CvArr* _dst, const CvMat* A, const CvMat* dist_coeffs ) argument
120 CvMat dststub, *dst = (CvMat*)_dst;
371 cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix, argument
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
[all...]
H A Dcvcanny.cpp343 uchar* _dst = dst->data.ptr + dst->step*i; local
346 _dst[j] = (uchar)-(_map[j] >> 1);
/external/libnl/lib/fib_lookup/
H A Drequest.c44 static int request_clone(struct nl_object *_dst, struct nl_object *_src) argument
46 struct flnl_request *dst = nl_object_priv(_dst);
H A Dlookup.c57 static int result_clone(struct nl_object *_dst, struct nl_object *_src) argument
59 struct flnl_result *dst = nl_object_priv(_dst);
/external/libnl/lib/route/cls/
H A Dfw.c86 static int fw_clone(struct rtnl_cls *_dst, struct rtnl_cls *_src) argument
88 struct rtnl_fw *dst = rtnl_cls_data(_dst);
H A Dbasic.c52 static int basic_clone(struct rtnl_cls *_dst, struct rtnl_cls *_src) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c680 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,
679 galahad_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
742 galahad_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
762 galahad_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
[all...]
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c680 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,
679 galahad_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
742 galahad_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
762 galahad_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
[all...]
/external/libnl/lib/genl/
H A Dfamily.c58 static int family_clone(struct nl_object *_dst, struct nl_object *_src) argument
60 struct genl_family *dst = nl_object_priv(_dst);
/external/libnl/lib/route/
H A Dclass_obj.c40 static int class_clone(struct nl_object *_dst, struct nl_object *_src) argument
42 struct rtnl_class *dst = nl_object_priv(_dst);
H A Dcls_obj.c46 static int cls_clone(struct nl_object *_dst, struct nl_object *_src) argument
48 struct rtnl_cls *dst = nl_object_priv(_dst);
H A Dqdisc_obj.c41 static int qdisc_clone(struct nl_object *_dst, struct nl_object *_src) argument
43 struct rtnl_qdisc *dst = (struct rtnl_qdisc *) _dst;
/external/libnl/lib/route/sch/
H A Dcbq.c131 static int cbq_clone(struct rtnl_tca *_dst, struct rtnl_tca *_src) argument
135 if (src && !cbq_alloc(_dst))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c608 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);
607 identity_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
653 identity_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
673 identity_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c608 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);
607 identity_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
653 identity_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
673 identity_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
/external/opencv/cxcore/src/
H A Dcxdxt.cpp1320 CvComplex##flavor* _dst = (CvComplex##flavor*)dst; \
1321 _dst[0].re = (datatype)(src[0]*scale); \
1322 _dst[0].im = 0; \
1327 _dst[j].re = (datatype)t0; \
1328 _dst[j].im = 0; \
1329 _dst[j+1].re = (datatype)t1; \
1330 _dst[j+1].im = 0; \
1332 icvDFT_##flavor##c( _dst, _dst, n, nf, factors, itab, wave, \
1448 CvComplex##flavor* _dst
[all...]
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1374 uchar* _dst = dst + dst_step*(idx ? idx[i] : i); local
1377 ((float*)_dst)[j] = (float)((int*)src)[j];
1380 ((double*)_dst)[j] = ((int*)src)[j];
1385 uchar* _dst = dst + dst_step*(idx ? idx[i] : i); local
1388 ((int*)_dst)[j] = cvRound(((float*)src)[j]);
1391 ((int*)_dst)[j] = cvRound(((double*)src)[j]);
1397 uchar* _dst = dst + dst_step*(idx ? idx[i] : i); local
1400 ((double*)_dst)[j] = ((float*)src)[j];
1403 ((float*)_dst)[j] = (float)((double*)src)[j];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c844 struct pipe_resource *_dst,
854 struct rbug_resource *rb_resource_dst = rbug_resource(_dst);
894 struct pipe_surface *_dst,
900 struct rbug_surface *rb_surface_dst = rbug_surface(_dst);
917 struct pipe_surface *_dst,
925 struct rbug_surface *rb_surface_dst = rbug_surface(_dst);
843 rbug_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
893 rbug_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
916 rbug_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument

Completed in 585 milliseconds

12