Home
last modified time | relevance | path

Searched refs:dst_y (Results 1 - 25 of 61) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dsheervideo.c42 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4i() local
46 dst_y = (uint16_t *)p->data[0]; in decode_ca4i()
54 dst_y[x] = get_bits(gb, 10); in decode_ca4i()
70 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ca4i()
76 dst_y += p->linesize[0] / 2; in decode_ca4i()
86 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4p() local
90 dst_y = (uint16_t *)p->data[0]; in decode_ca4p()
97 dst_y[x] = get_bits(gb, 10); in decode_ca4p()
113 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ca4p()
119 dst_y in decode_ca4p()
174 uint16_t *dst_y, *dst_u, *dst_v; decode_ybr10i() local
213 uint16_t *dst_y, *dst_u, *dst_v; decode_ybr10() local
289 uint16_t *dst_y, *dst_u, *dst_v; decode_yry10i() local
331 uint16_t *dst_y, *dst_u, *dst_v; decode_yry10() local
414 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; decode_ca2i() local
464 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; decode_ca2p() local
566 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; decode_c82i() local
616 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; decode_c82p() local
718 uint8_t *dst_y, *dst_u, *dst_v; decode_ybyr() local
801 uint8_t *dst_y, *dst_u, *dst_v; decode_byryi() local
875 uint8_t *dst_y, *dst_u, *dst_v; decode_byry() local
958 uint8_t *dst_y, *dst_u, *dst_v; decode_ybri() local
1026 uint8_t *dst_y, *dst_u, *dst_v; decode_ybr() local
1102 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; decode_aybri() local
1180 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; decode_aybr() local
[all...]
H A Dmpegutils.c33 int dst_x, int dst_y, in add_mb()
43 mb->dst_y = dst_y; in add_mb()
45 mb->src_y = dst_y + motion_y / motion_scale; in add_mb()
32 add_mb(AVMotionVector *mb, uint32_t mb_type, int dst_x, int dst_y, int motion_x, int motion_y, int motion_scale, int direction) add_mb() argument
H A Dcdtoons.c61 int dst_x, int dst_y, int width, int height) in cdtoons_render_sprite()
72 if (dst_y + height > avctx->height) in cdtoons_render_sprite()
73 height = avctx->height - dst_y; in cdtoons_render_sprite()
92 if (dst_y + y < 0) in cdtoons_render_sprite()
95 dest = c->frame->data[0] + (dst_y + y) * c->frame->linesize[0] + dst_x; in cdtoons_render_sprite()
59 cdtoons_render_sprite(AVCodecContext *avctx, const uint8_t *data, uint32_t data_size, int dst_x, int dst_y, int width, int height) cdtoons_render_sprite() argument
/third_party/libdrm/exynos/
H A Dexynos_fimg2d.c494 * @dst_y: y start position to destination buffer.
501 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_copy()
519 if (dst_y + dst->height > h) in g2d_copy()
520 dst_h = dst->height - dst_y; in g2d_copy()
551 pt.data.y = dst_y; in g2d_copy()
554 pt.data.y = dst_y + h; in g2d_copy()
577 * @dst_y: y position of destination rectangle.
584 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_move()
603 if (dst_y + img->height > h) in g2d_move()
604 dst_h = img->height - dst_y; in g2d_move()
499 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned dst_y, unsigned int w, unsigned int h) g2d_copy() argument
582 g2d_move(struct g2d_context *ctx, struct g2d_image *img, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned dst_y, unsigned int w, unsigned int h) g2d_move() argument
680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, unsigned int negative) g2d_copy_with_scale() argument
789 g2d_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned int dst_y, unsigned int w, unsigned int h, enum e_g2d_op op) g2d_blend() argument
906 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, enum e_g2d_op op) g2d_scale_and_blend() argument
[all...]
H A Dexynos_fimg2d.h313 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
317 unsigned dst_y, unsigned int w, unsigned int h);
322 unsigned int dst_y, unsigned int dst_w,
326 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
331 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c83 short src_x, short src_y, short dst_x, short dst_y, short w, in i915_copy_blit()
87 int dst_y2 = dst_y + h; in i915_copy_blit()
94 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit()
117 if (dst_y2 < dst_y || dst_x2 < dst_x) { in i915_copy_blit()
133 OUT_BATCH((dst_y << 16) | dst_x); in i915_copy_blit()
79 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) i915_copy_blit() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c152 uint16_t dst_x, uint16_t dst_y, in emit_copy_blt()
158 int dst_y2 = dst_y + h; in emit_copy_blt()
164 dst, dst_pitch, dst_offset, dst_x, dst_y, w, h); in emit_copy_blt()
220 xyblt.DestinationY1Coordinate = dst_y; in emit_copy_blt()
237 unsigned dst_x, unsigned dst_y, in crocus_emit_blt()
284 assert(dst_y % bh == 0); in crocus_emit_blt()
286 dst_y /= (int)bh; in crocus_emit_blt()
291 dst_y += dst_image_y; in crocus_emit_blt()
348 dst_x + chunk_x, dst_y + chunk_y, 0, 0, in crocus_emit_blt()
143 emit_copy_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned cpp, int32_t src_pitch, unsigned src_offset, int32_t dst_pitch, unsigned dst_offset, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t w, uint16_t h) emit_copy_blt() argument
233 crocus_emit_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned src_level, const struct pipe_box *src_box) crocus_emit_blt() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.h51 unsigned dst_x, unsigned dst_y, unsigned dst_z,
59 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
H A Du_surface.c68 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_copy_box()
81 dst_x, dst_y, in util_copy_box()
98 unsigned dst_y, in util_fill_rect()
115 dst_y /= blockheight; in util_fill_rect()
120 dst += dst_y * dst_stride; in util_fill_rect()
205 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region()
233 dst_box.y = dst_y; in util_resource_copy_region()
65 util_copy_box(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) util_copy_box() argument
94 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) util_fill_rect() argument
202 util_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box_in) util_resource_copy_region() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c403 uint8_t* dst_y = picture->y; in ConvertWRGBToYUV() local
418 dst_y[i] = ConvertRGBToY(r, g, b); in ConvertWRGBToYUV()
422 dst_y += picture->y_stride; in ConvertWRGBToYUV()
758 uint8_t* const dst_y, in ConvertRowToY()
763 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()
891 uint8_t* dst_y = picture->y; in ImportYUVAFromRGBA() local
913 WebPConvertRGB24ToY(r_ptr, dst_y, width); in ImportYUVAFromRGBA()
915 dst_y + picture->y_stride, width); in ImportYUVAFromRGBA()
917 WebPConvertBGR24ToY(b_ptr, dst_y, width); in ImportYUVAFromRGBA()
919 dst_y in ImportYUVAFromRGBA()
754 ConvertRowToY(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, uint8_t* const dst_y, int width, VP8Random* const rg) ConvertRowToY() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Drescaler_utils.h43 int src_y, dst_y; // row counters for input and output member
87 return (rescaler->dst_y >= rescaler->dst_height); in WebPRescalerOutputDone()
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c246 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local
259 dst_y = 0; in g2d_copy_test()
305 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test()
542 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_blend_test() local
555 dst_y = 0; in g2d_blend_test()
608 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h); in g2d_blend_test()
643 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_checkerboard_test() local
656 dst_y = 0; in g2d_checkerboard_test()
701 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_checkerboard_test()
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.h103 int dst_x, int dst_y, int src_x, int src_y,
114 int dst_x, int dst_y, int w, int h);
H A Ddrawutils.c215 int dst_x, int dst_y, int src_x, int src_y, in ff_copy_rectangle2()
223 q = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_copy_rectangle2()
236 int dst_x, int dst_y, int w, int h) in ff_fill_rectangle()
243 p0 = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_fill_rectangle()
212 ff_copy_rectangle2(FFDrawContext *draw, uint8_t *dst[], int dst_linesize[], uint8_t *src[], int src_linesize[], int dst_x, int dst_y, int src_x, int src_y, int w, int h) ff_copy_rectangle2() argument
234 ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color, uint8_t *dst[], int dst_linesize[], int dst_x, int dst_y, int w, int h) ff_fill_rectangle() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.h115 unsigned dst_x, unsigned dst_y, unsigned dst_z,
124 unsigned dst_x, unsigned dst_y, unsigned dst_z,
H A Dsvga_pipe_blit.c49 unsigned dst_y, in build_blit_info()
68 u_box_3d(dst_x, dst_y, dst_z, src_box->width, src_box->height, in build_blit_info()
80 unsigned dst_x, unsigned dst_y, unsigned dst_z, in intra_surface_copy()
95 box.y = dst_y; in intra_surface_copy()
118 unsigned dst_x, unsigned dst_y, unsigned dst_z, in copy_region_vgpu10()
136 dst_x, dst_y, dst_z, in copy_region_vgpu10()
46 build_blit_info(struct pipe_resource *dst_tex, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box, struct pipe_blit_info *blit) build_blit_info() argument
77 intra_surface_copy(struct svga_context *svga, struct pipe_resource *tex, unsigned src_x, unsigned src_y, unsigned src_z, unsigned level, unsigned layer_face, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth) intra_surface_copy() argument
114 copy_region_vgpu10(struct svga_context *svga, struct pipe_resource *src_tex, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_layer_face, struct pipe_resource *dst_tex, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_layer_face, unsigned width, unsigned height, unsigned depth) copy_region_vgpu10() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c552 int dst_x, int dst_y, int dst_z, in fallback_copy_image()
595 dst_x, dst_y, dst_w, dst_h, in fallback_copy_image()
600 dst_x, dst_y, dst_w, dst_h, in fallback_copy_image()
644 int dst_x, int dst_y, int dst_z, in st_CopyImageSubData()
691 fallback_copy_image(st, dst_image, dst_res, dst_x, dst_y, orig_dst_z, in st_CopyImageSubData()
695 copy_image(pipe, dst_res, dst_level, dst_x, dst_y, dst_z, in st_CopyImageSubData()
549 fallback_copy_image(struct st_context *st, struct gl_texture_image *dst_image, struct pipe_resource *dst_res, int dst_x, int dst_y, int dst_z, struct gl_texture_image *src_image, struct pipe_resource *src_res, int src_x, int src_y, int src_z, int src_w, int src_h) fallback_copy_image() argument
638 st_CopyImageSubData(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) st_CopyImageSubData() argument
H A Dst_cb_readpixels.c429 int dst_x, dst_y; in st_ReadPixels() local
507 dst_y = y; in st_ReadPixels()
525 dst_y = 0; in st_ReadPixels()
532 dst_x, dst_y, 0, width, height, 1, &tex_xfer); in st_ReadPixels()
H A Dst_cb_copyimage.h35 int dst_x, int dst_y, int dst_z,
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c115 int dst_y, in xa_yuv_planar_blit()
152 (float)src_y + scale_y * (y - dst_y), in xa_yuv_planar_blit()
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[]) xa_yuv_planar_blit() argument
H A Dxa_context.h59 int dst_y,
/third_party/mesa3d/src/util/format/
H A Du_format.c54 unsigned dst_y, in util_copy_rect()
73 dst_y /= blockheight; in util_copy_rect()
81 dst += dst_y * dst_stride; in util_copy_rect()
643 unsigned dst_x, unsigned dst_y, in util_format_translate()
669 util_copy_rect(dst, dst_format, dst_stride, dst_x, dst_y, in util_format_translate()
676 assert(dst_y % dst_format_desc->block.height == 0); in util_format_translate()
680 dst_row = (uint8_t *)dst + dst_y*dst_stride + dst_x*(dst_format_desc->block.bits/8); in util_format_translate()
869 unsigned dst_x, unsigned dst_y, in util_format_translate_3d()
887 dst_x, dst_y, in util_format_translate_3d()
50 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) util_copy_rect() argument
641 util_format_translate(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_x, unsigned dst_y, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_x, unsigned src_y, unsigned width, unsigned height) util_format_translate() argument
866 util_format_translate_3d(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z, unsigned width, unsigned height, unsigned depth) util_format_translate_3d() argument
/third_party/ffmpeg/libavutil/
H A Dmotion_vector.h42 int16_t dst_x, dst_y; member
51 * src_y = dst_y + motion_y / motion_scale
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c739 unsigned dst_x, unsigned dst_y, in iris_clear_render_target()
747 .y = dst_y, in iris_clear_render_target()
771 unsigned dst_x, unsigned dst_y, in iris_clear_depth_stencil()
778 .y = dst_y, in iris_clear_depth_stencil()
736 iris_clear_render_target(struct pipe_context *ctx, struct pipe_surface *psurf, const union pipe_color_union *p_color, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_render_target() argument
766 iris_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_depth_stencil() argument
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DlibXCB.hpp31 xcb_void_cookie_t (*xcb_put_image)(xcb_connection_t *c, uint8_t format, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, uint8_t left_pad, uint8_t depth, uint32_t data_len, const uint8_t *data) = nullptr;

Completed in 19 milliseconds

123