Searched refs:orig_dst (Results 1 - 13 of 13) sorted by relevance

/external/pixman/test/
H A Dalphamap.c151 pixman_image_t *src, *dst, *orig_dst, *alpha, *orig_alpha; local
175 orig_dst = make_image (df);
177 pixman_image_composite (PIXMAN_OP_SRC, orig_dst, NULL, dst,
188 pixman_image_set_alpha_map (orig_dst, orig_alpha, doff, doff);
219 oda = get_alpha (orig_dst, k, j, doff, doff);
249 odr = get_red (orig_dst, k, j, doff, doff);
277 pixman_image_set_alpha_map (orig_dst, NULL, 0, 0);
281 pixman_image_unref (orig_dst);
/external/tcpdump/missing/
H A Dinet_ntop.c70 const char *orig_dst = dst; local
95 return orig_dst;
/external/chromium_org/third_party/icu/source/common/
H A Duinvchar.c542 uint8_t *orig_dst = dst; local
557 return orig_dst;
563 uint8_t *orig_dst = dst; local
582 return orig_dst;
/external/icu/icu4c/source/common/
H A Duinvchar.c569 uint8_t *orig_dst = dst; local
584 return orig_dst;
590 uint8_t *orig_dst = dst; local
609 return orig_dst;
/external/libnl/lib/netfilter/
H A Dct_obj.c133 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; local
138 orig_dst = nfnl_ct_get_dst(ct, 0);
154 if (orig_src && orig_dst && reply_src && reply_dst &&
157 !nl_addr_cmp(orig_dst, reply_src))
162 dump_addr(p, orig_dst, orig_dport);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h430 dst_reg orig_dst,
H A Dbrw_fs_visitor.cpp756 fs_reg orig_dst; local
866 orig_dst = dst;
901 emit(BRW_OPCODE_MOV, orig_dst, dst);
902 orig_dst.reg_offset++;
H A Dbrw_vec4_visitor.cpp2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2475 src_reg temp, dst_reg orig_dst,
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2479 src_reg index = get_scratch_offset(inst, orig_dst.reladdr, reg_offset);
2482 orig_dst.writemask));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h430 dst_reg orig_dst,
H A Dbrw_fs_visitor.cpp756 fs_reg orig_dst; local
866 orig_dst = dst;
901 emit(BRW_OPCODE_MOV, orig_dst, dst);
902 orig_dst.reg_offset++;
H A Dbrw_vec4_visitor.cpp2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2475 src_reg temp, dst_reg orig_dst,
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2479 src_reg index = get_scratch_offset(inst, orig_dst.reladdr, reg_offset);
2482 orig_dst.writemask));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2573 uint8_t *orig_dst[MAX_MB_PLANE],
2577 xd->plane[i].dst.buf = orig_dst[i];
2614 uint8_t *orig_dst[MAX_MB_PLANE]; local
2673 orig_dst[i] = xd->plane[i].dst.buf;
2731 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2757 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2776 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2806 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2905 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2920 restore_dst_buf(xd, orig_dst, orig_dst_strid
2572 restore_dst_buf(MACROBLOCKD *xd, uint8_t *orig_dst[MAX_MB_PLANE], int orig_dst_stride[MAX_MB_PLANE]) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2678 uint8_t *orig_dst[MAX_MB_PLANE],
2682 xd->plane[i].dst.buf = orig_dst[i];
2719 uint8_t *orig_dst[MAX_MB_PLANE]; local
2778 orig_dst[i] = xd->plane[i].dst.buf;
2837 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2863 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2882 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2912 restore_dst_buf(xd, orig_dst, orig_dst_stride);
3011 restore_dst_buf(xd, orig_dst, orig_dst_stride);
3026 restore_dst_buf(xd, orig_dst, orig_dst_strid
2677 restore_dst_buf(MACROBLOCKD *xd, uint8_t *orig_dst[MAX_MB_PLANE], int orig_dst_stride[MAX_MB_PLANE]) argument
[all...]

Completed in 1818 milliseconds