Searched defs:dst_y (Results 1 - 25 of 131) sorted by relevance

123456

/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c22 unsigned char *src_y, *dst_y; local
43 dst_y = dst_ybc->y_buffer + yoffset;
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button.cc80 int dst_y = Round((height() - dst_height) / 2.0); local
82 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.c48 unsigned dst_y,
67 dst_y /= blockheight;
75 dst += dst_y * dst_stride;
95 unsigned dst_y,
112 dst_y /= blockheight;
117 dst += dst_y * dst_stride;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_blit.c98 short dst_x, short dst_y,
102 int dst_y2 = dst_y + h;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
H A Di830_texstate.c129 GLuint dst_x, dst_y; local
149 &dst_x, &dst_y);
158 i830->state.tex_offset[unit] = dst_x * intelObj->mt->cpp + dst_y * pitch;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
174 0, /* dst_y */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
174 0, /* dst_y */
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.c48 unsigned dst_y,
67 dst_y /= blockheight;
75 dst += dst_y * dst_stride;
95 unsigned dst_y,
112 dst_y /= blockheight;
117 dst += dst_y * dst_stride;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c98 short dst_x, short dst_y,
102 int dst_y2 = dst_y + h;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
174 0, /* dst_y */
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
174 0, /* dst_y */
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_capturer_adapter.cc167 uint8* dst_y = buffer_; local
169 uint8* dst_u = dst_y + dst_width * dst_height;
182 dst_y,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c130 unsigned char *dst_y,
159 fn(dst_y, dst_stride, yabove_row, yleft, left_stride);
128 vp8_build_intra_predictors_mby_x86(MACROBLOCKD *x, unsigned char * yabove_row, unsigned char *dst_y, int dst_stride, unsigned char * yleft, int left_stride, build_intra_predictors_mby_fn_t tm_func) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_yuv.c115 int dst_y,
151 (float)src_y + scale_y * (y - dst_y),
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c123 int dst_y,
140 xy1 = ((int)src->y1 > (int)bbox->y1 + dst_y) ? src->y1 :
141 (int)bbox->y1 + dst_y;
142 xy2 = ((int)src->y2 < (int)bbox->y2 + dst_y) ? src->y2 :
143 (int)bbox->y2 + dst_y;
121 vmw_dri1_intersect_src_bbox(struct drm_clip_rect *dst, int dst_x, int dst_y, const struct drm_clip_rect *src, const struct drm_clip_rect *bbox) argument
/external/chromium_org/ui/gfx/x/
H A Dx11_types.cc42 0, 0, // dst_x, dst_y
70 int dst_x, int dst_y,
102 src_x, src_y, dst_x, dst_y,
129 src_x, src_y, dst_x, dst_y,
159 src_x, src_y, dst_x, dst_y,
64 PutARGBImage(XDisplay* display, void* visual, int depth, XID pixmap, void* pixmap_gc, const uint8* data, int data_width, int data_height, int src_x, int src_y, int dst_x, int dst_y, int copy_width, int copy_height) argument
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c130 unsigned char *dst_y,
159 fn(dst_y, dst_stride, yabove_row, yleft, left_stride);
128 vp8_build_intra_predictors_mby_x86(MACROBLOCKD *x, unsigned char * yabove_row, unsigned char *dst_y, int dst_stride, unsigned char * yleft, int left_stride, build_intra_predictors_mby_fn_t tm_func) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_yuv.c115 int dst_y,
151 (float)src_y + scale_y * (y - dst_y),
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c123 int dst_y,
140 xy1 = ((int)src->y1 > (int)bbox->y1 + dst_y) ? src->y1 :
141 (int)bbox->y1 + dst_y;
142 xy2 = ((int)src->y2 < (int)bbox->y2 + dst_y) ? src->y2 :
143 (int)bbox->y2 + dst_y;
121 vmw_dri1_intersect_src_bbox(struct drm_clip_rect *dst, int dst_x, int dst_y, const struct drm_clip_rect *src, const struct drm_clip_rect *bbox) argument

Completed in 339 milliseconds

123456