Home
last modified time | relevance | path

Searched refs:src_y (Results 76 - 100 of 263) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c1029 int src_x, src_y, src_w, src_h; in sti_hqvdp_atomic_check() local
1043 src_y = state->src_y >> 16; in sti_hqvdp_atomic_check()
1104 src_w, src_h, src_x, src_y); in sti_hqvdp_atomic_check()
1119 int src_x, src_y, src_w, src_h; in sti_hqvdp_atomic_update() local
1134 (oldstate->src_y == state->src_y) && in sti_hqvdp_atomic_update()
1150 src_y = state->src_y >> 16; in sti_hqvdp_atomic_update()
1198 cmd->top.input_viewport_ori = src_y << 1 in sti_hqvdp_atomic_update()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c1033 int src_x, src_y, src_w, src_h; in sti_hqvdp_atomic_check() local
1047 src_y = new_plane_state->src_y >> 16; in sti_hqvdp_atomic_check()
1108 src_w, src_h, src_x, src_y); in sti_hqvdp_atomic_check()
1126 int src_x, src_y, src_w, src_h; in sti_hqvdp_atomic_update() local
1141 (oldstate->src_y == newstate->src_y) && in sti_hqvdp_atomic_update()
1157 src_y = newstate->src_y >> 16; in sti_hqvdp_atomic_update()
1205 cmd->top.input_viewport_ori = src_y << 1 in sti_hqvdp_atomic_update()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo.c921 int src_x, int src_y, in hpel_motion_lowres()
941 src_y += motion_y >> lowres + 1; in hpel_motion_lowres()
943 src += src_y * stride + src_x; in hpel_motion_lowres()
946 (unsigned)src_y > FFMAX((v_edge_pos >> field_based) - (!!sy) - h, 0)) { in hpel_motion_lowres()
950 src_x, src_y << field_based, in hpel_motion_lowres()
978 int mx, my, src_x, src_y, uvsrc_x, uvsrc_y, sx, sy, uvsx, uvsy; in mpeg_motion_lowres() local
1002 src_y = (mb_y * 2 * block_s >> field_based) + (motion_y >> lowres + 1); in mpeg_motion_lowres()
1008 uvsrc_y = src_y >> 1; in mpeg_motion_lowres()
1031 uvsrc_y = src_y; in mpeg_motion_lowres()
1038 uvsrc_y = src_y; in mpeg_motion_lowres()
918 hpel_motion_lowres(MpegEncContext *s, uint8_t *dest, uint8_t *src, int field_based, int field_select, int src_x, int src_y, int width, int height, ptrdiff_t stride, int h_edge_pos, int v_edge_pos, int w, int h, h264_chroma_mc_func *pix_op, int motion_x, int motion_y) hpel_motion_lowres() argument
1116 int emu = 0, src_x, src_y, sx, sy; chroma_4mv_motion_lowres() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c713 u32 src_y, u32 src_w, u32 src_h) in ade_update_channel()
723 ch + 1, src_x, src_y, src_w, src_h, in ade_update_channel()
729 ade_rdma_set(base, fb, ch, src_y, in_h, fmt); in ade_update_channel()
767 u32 src_y = state->src_y >> 16; in ade_plane_atomic_check() local
792 src_y + src_h > fb->height) in ade_plane_atomic_check()
813 state->src_x >> 16, state->src_y >> 16, in ade_plane_atomic_update()
709 ade_update_channel(struct kirin_plane *kplane, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) ade_update_channel() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h243 __field(uint32_t, src_y)
272 __entry->src_y = state->src_y >> 16;
288 "src_x=%u src_y=%u src_w=%u src_h=%u alpha=%u "
301 __entry->src_x, __entry->src_y, __entry->src_w, __entry->src_h,
400 __field(int, src_y)
432 __entry->src_y = plane_state->src_rect.y;
466 __entry->src_y,
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c712 u32 src_y, u32 src_w, u32 src_h) in ade_update_channel()
722 ch + 1, src_x, src_y, src_w, src_h, in ade_update_channel()
728 ade_rdma_set(base, fb, ch, src_y, in_h, fmt); in ade_update_channel()
768 u32 src_y = new_plane_state->src_y >> 16; in ade_plane_atomic_check() local
793 src_y + src_h > fb->height) in ade_plane_atomic_check()
816 new_state->src_x >> 16, new_state->src_y >> 16, in ade_plane_atomic_update()
708 ade_update_channel(struct kirin_plane *kplane, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) ade_update_channel() argument
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Drescaler_utils.c40 rescaler->src_y = 0; in WebPRescalerInit()
143 ++rescaler->src_y; in WebPRescalerImport()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c69 mock->src_y = params->src.y; in drm_plane_helper_init()
83 unsigned int src_x, unsigned int src_y, in check_src_eq()
86 struct drm_rect expected = DRM_RECT_INIT(src_x, src_y, src_w, src_h); in check_src_eq()
82 check_src_eq(struct kunit *test, struct drm_plane_state *plane_state, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h) check_src_eq() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c172 short src_x, short src_y, unsigned short src_width, in vlVaAssociateSubpicture()
183 struct u_rect src_rect = {src_x, src_x + src_width, src_y, src_y + src_height}; in vlVaAssociateSubpicture()
170 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) vlVaAssociateSubpicture() argument
/third_party/ffmpeg/libavutil/
H A Dmotion_vector.h38 int16_t src_x, src_y; member
51 * src_y = dst_y + motion_y / motion_scale
H A Dvideo_enc_params.h126 int src_x, src_y; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.h32 int src_x, int src_y, int src_z,
/third_party/mesa3d/src/util/format/
H A Du_format.c60 unsigned src_y) in util_copy_rect()
77 src_y /= blockheight; in util_copy_rect()
82 src += src_y * src_stride_pos; in util_copy_rect()
646 unsigned src_x, unsigned src_y, in util_format_translate()
671 src_x, src_y); in util_format_translate()
678 assert(src_y % src_format_desc->block.height == 0); in util_format_translate()
681 src_row = (const uint8_t *)src + src_y*src_stride + src_x*(src_format_desc->block.bits/8); in util_format_translate()
874 unsigned src_x, unsigned src_y, in util_format_translate_3d()
889 src_x, src_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
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Defifb.c142 u32 bmp_width, bmp_height, bmp_pitch, screen_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
219 src_y = y - bgrt_tab.image_offset_y; in efifb_show_boot_graphics()
222 src_y = (bmp_height - 1) - src_y; in efifb_show_boot_graphics()
227 src_y * bmp_pitch, in efifb_show_boot_graphics()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Defifb.c152 u32 bmp_width, bmp_height, bmp_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
228 src_y = y - bgrt_tab.image_offset_y; in efifb_show_boot_graphics()
231 src_y = (bmp_height - 1) - src_y; in efifb_show_boot_graphics()
236 src_y * bmp_pitch, in efifb_show_boot_graphics()
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c166 plane->state->src_y != old_state->src_y || in virtio_gpu_primary_plane_update()
176 plane->state->src_y >> 16); in virtio_gpu_primary_plane_update()
182 plane->state->src_y >> 16); in virtio_gpu_primary_plane_update()
/third_party/ffmpeg/libavfilter/
H A Dvf_codecview.c270 uint8_t *buf = frame->data[0] + b->src_y * stride; in filter_frame()
272 draw_block_rectangle(buf, b->src_x, b->src_y, b->w, b->h, stride, 100); in filter_frame()
299 draw_arrow(frame->data[0], mv->dst_x, mv->dst_y, mv->src_x, mv->src_y, in filter_frame()
306 draw_arrow(frame->data[0], mv->dst_x, mv->dst_y, mv->src_x, mv->src_y, in filter_frame()
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c208 unsigned src_x, unsigned src_y) in upload_sampler()
220 src, src_stride, src_x, src_y); in upload_sampler()
228 unsigned src_x, unsigned src_y) in upload_sampler_convert()
240 src += src_y * image->width + src_x; in upload_sampler_convert()
206 upload_sampler(struct pipe_context *pipe, struct pipe_sampler_view *dst, const struct pipe_box *dst_box, const void *src, unsigned src_stride, unsigned src_x, unsigned src_y) upload_sampler() argument
226 upload_sampler_convert(struct pipe_context *pipe, struct pipe_sampler_view *dst, const struct pipe_box *dst_box, const XvImage *image, unsigned src_x, unsigned src_y) upload_sampler_convert() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dupsampling_neon.c135 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \
139 const uint8x8_t y = vld1_u8((src_y) + (cur_x) + i); \
165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \
169 const int y = src_y[(cur_x) + i]; \
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.h42 u32 src_x, u32 src_y, u32 src_w, u32 src_h);
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_plane_helper.h39 uint32_t src_x, uint32_t src_y,
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.h42 u32 src_x, u32 src_y, u32 src_w, u32 src_h);
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_planes.c544 if ((state->src_x >> 16) % block_w || (state->src_y >> 16) % block_h) { in malidp_de_plane_check()
545 DRM_DEBUG_KMS("Plane src_x/src_y needs to be a multiple of tile sizes"); in malidp_de_plane_check()
727 * framebuffer as per the plane's src_x, src_y co-ordinates (ie to in malidp_set_plane_base_addr()
752 u32 src_w, src_h, val = 0, src_x, src_y; in malidp_de_set_plane_afbc() local
770 src_y = plane->state->src_y >> 16; in malidp_de_set_plane_afbc()
777 val = ((fb->height - (src_y + src_h)) << MALIDP_AD_CROP_BOTTOM_OFFSET) | in malidp_de_set_plane_afbc()
778 src_y; in malidp_de_set_plane_afbc()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dmalidp_planes.c534 if ((new_plane_state->src_x >> 16) % block_w || (new_plane_state->src_y >> 16) % block_h) { in malidp_de_plane_check()
535 DRM_DEBUG_KMS("Plane src_x/src_y needs to be a multiple of tile sizes"); in malidp_de_plane_check()
717 * framebuffer as per the plane's src_x, src_y co-ordinates (ie to in malidp_set_plane_base_addr()
742 u32 src_w, src_h, val = 0, src_x, src_y; in malidp_de_set_plane_afbc() local
760 src_y = plane->state->src_y >> 16; in malidp_de_set_plane_afbc()
767 val = ((fb->height - (src_y + src_h)) << MALIDP_AD_CROP_BOTTOM_OFFSET) | in malidp_de_set_plane_afbc()
768 src_y; in malidp_de_set_plane_afbc()
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H A Dipuv3-plane.h41 uint32_t src_x, uint32_t src_y, uint32_t src_w,

Completed in 21 milliseconds

1234567891011