Home
last modified time | relevance | path

Searched refs:dest_y (Results 1 - 25 of 42) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dh264_mc_template.c40 uint8_t *dest_y, uint8_t *dest_cb, in mc_part()
54 mc_part_weighted(h, sl, n, square, height, delta, dest_y, dest_cb, dest_cr, in mc_part()
59 mc_part_std(h, sl, n, square, height, delta, dest_y, dest_cb, dest_cr, in mc_part()
65 uint8_t *dest_y, in hl_motion()
85 mc_part(h, sl, 0, 1, 16, 0, dest_y, dest_cb, dest_cr, 0, 0, in hl_motion()
90 mc_part(h, sl, 0, 0, 8, 8 << PIXEL_SHIFT, dest_y, dest_cb, dest_cr, 0, 0, in hl_motion()
94 mc_part(h, sl, 8, 0, 8, 8 << PIXEL_SHIFT, dest_y, dest_cb, dest_cr, 0, 4, in hl_motion()
99 mc_part(h, sl, 0, 0, 16, 8 * sl->mb_linesize, dest_y, dest_cb, dest_cr, 0, 0, in hl_motion()
103 mc_part(h, sl, 4, 0, 16, 8 * sl->mb_linesize, dest_y, dest_cb, dest_cr, 4, 0, in hl_motion()
119 mc_part(h, sl, n, 1, 8, 0, dest_y, dest_c in hl_motion()
37 mc_part(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, const qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, const h264_weight_func *weight_op, const h264_biweight_func *weight_avg, int list0, int list1) mc_part() argument
64 hl_motion(const H264Context *h, H264SliceContext *sl, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, const qpel_mc_func(*qpix_put)[16], const h264_chroma_mc_func(*chroma_put), const qpel_mc_func(*qpix_avg)[16], const h264_chroma_mc_func(*chroma_avg), const h264_weight_func *weight_op, const h264_biweight_func *weight_avg) hl_motion() argument
[all...]
H A Dmpegvideo_motion.c38 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, in gmc1_motion()
75 s->mdsp.gmc1(dest_y, ptr, linesize, 16, in gmc1_motion()
77 s->mdsp.gmc1(dest_y + 8, ptr + 8, linesize, 16, in gmc1_motion()
84 s->hdsp.put_no_rnd_pixels_tab[0][dxy](dest_y, ptr, linesize, 16); in gmc1_motion()
86 s->hdsp.put_pixels_tab[0][dxy](dest_y, ptr, linesize, 16); in gmc1_motion()
135 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, in gmc_motion()
153 s->mdsp.gmc(dest_y, ptr, linesize, 16, in gmc_motion()
159 s->mdsp.gmc(dest_y + 8, ptr, linesize, 16, in gmc_motion()
229 uint8_t *dest_y, in mpeg_motion_internal()
345 dest_y in mpeg_motion_internal()
37 gmc1_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture) gmc1_motion() argument
134 gmc_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture) gmc_motion() argument
228 mpeg_motion_internal(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int is_mpeg12, int is_16x8, int mb_y) mpeg_motion_internal() argument
370 mpeg_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int is_16x8, int mb_y) mpeg_motion() argument
388 mpeg_motion_field(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int mb_y) mpeg_motion_field() argument
487 qpel_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], qpel_mc_func (*qpix_op)[16], int motion_x, int motion_y, int h) qpel_motion() argument
660 apply_obmc(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, op_pixels_func (*pix_op)[4]) apply_obmc() argument
747 apply_8x8(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, qpel_mc_func (*qpix_op)[16], op_pixels_func (*pix_op)[4]) apply_8x8() argument
831 mpv_motion_internal(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], qpel_mc_func (*qpix_op)[16], int is_mpeg12) mpv_motion_internal() argument
974 ff_mpv_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], qpel_mc_func (*qpix_op)[16]) ff_mpv_motion() argument
[all...]
H A Dh263.c110 uint8_t *dest_y = s->dest[0]; in ff_h263_loop_filter() local
120 s->h263dsp.h263_v_loop_filter(dest_y + 8 * linesize, linesize, qp_c); in ff_h263_loop_filter()
121 s->h263dsp.h263_v_loop_filter(dest_y + 8 * linesize + 8, linesize, qp_c); in ff_h263_loop_filter()
140 s->h263dsp.h263_v_loop_filter(dest_y, linesize, qp_tc); in ff_h263_loop_filter()
141 s->h263dsp.h263_v_loop_filter(dest_y + 8, linesize, qp_tc); in ff_h263_loop_filter()
148 s->h263dsp.h263_h_loop_filter(dest_y - 8 * linesize + 8, linesize, qp_tt); in ff_h263_loop_filter()
158 s->h263dsp.h263_h_loop_filter(dest_y - 8 * linesize, linesize, qp_dt); in ff_h263_loop_filter()
166 s->h263dsp.h263_h_loop_filter(dest_y + 8, linesize, qp_c); in ff_h263_loop_filter()
168 s->h263dsp.h263_h_loop_filter(dest_y + 8 * linesize + 8, linesize, qp_c); in ff_h263_loop_filter()
179 s->h263dsp.h263_h_loop_filter(dest_y, linesiz in ff_h263_loop_filter()
[all...]
H A Dh261.c66 uint8_t *dest_y = s->dest[0]; in ff_h261_loop_filter() local
73 h261_loop_filter(dest_y, linesize); in ff_h261_loop_filter()
74 h261_loop_filter(dest_y + 8, linesize); in ff_h261_loop_filter()
75 h261_loop_filter(dest_y + 8 * linesize, linesize); in ff_h261_loop_filter()
76 h261_loop_filter(dest_y + 8 * linesize + 8, linesize); in ff_h261_loop_filter()
H A Deatgq.c120 uint8_t *dest_y = frame->data[0] + (mb_y * 16 * linesize) + mb_x * 16; in tgq_idct_put_mb() local
124 ff_ea_idct_put_c(dest_y , linesize, block[0]); in tgq_idct_put_mb()
125 ff_ea_idct_put_c(dest_y + 8, linesize, block[1]); in tgq_idct_put_mb()
126 ff_ea_idct_put_c(dest_y + 8 * linesize , linesize, block[2]); in tgq_idct_put_mb()
127 ff_ea_idct_put_c(dest_y + 8 * linesize + 8, linesize, block[3]); in tgq_idct_put_mb()
147 uint8_t *dest_y = frame->data[0] + (mb_y * 16 * linesize) + mb_x * 16; in tgq_idct_put_mb_dconly() local
150 tgq_dconly(s, dest_y, linesize, dc[0]); in tgq_idct_put_mb_dconly()
151 tgq_dconly(s, dest_y + 8, linesize, dc[1]); in tgq_idct_put_mb_dconly()
152 tgq_dconly(s, dest_y + 8 * linesize, linesize, dc[2]); in tgq_idct_put_mb_dconly()
153 tgq_dconly(s, dest_y in tgq_idct_put_mb_dconly()
[all...]
H A Dh264_mb_template.c47 uint8_t *dest_y, *dest_cb, *dest_cr; in hl_decode_mb() local
56 dest_y = h->cur_pic.f->data[0] + ((mb_x << PIXEL_SHIFT) + mb_y * sl->linesize) * 16; in hl_decode_mb()
60 h->vdsp.prefetch(dest_y + (sl->mb_x & 3) * 4 * sl->linesize + (64 << PIXEL_SHIFT), sl->linesize, 4); in hl_decode_mb()
70 dest_y -= sl->linesize * 15; in hl_decode_mb()
107 uint16_t *tmp_y = (uint16_t *)(dest_y + i * linesize); in hl_decode_mb()
135 memcpy(dest_y + i * linesize, sl->intra_pcm_ptr + i * 16, 16); in hl_decode_mb()
155 xchg_mb_border(h, sl, dest_y, dest_cb, dest_cr, linesize, in hl_decode_mb()
165 block_offset, linesize, dest_y, 0); in hl_decode_mb()
168 xchg_mb_border(h, sl, dest_y, dest_cb, dest_cr, linesize, in hl_decode_mb()
172 FUNC(hl_motion_422)(h, sl, dest_y, dest_c in hl_decode_mb()
[all...]
H A Dh264_mb.c209 uint8_t *dest_y, uint8_t *dest_cb, in mc_dir_part()
249 qpix_op[luma_xy](dest_y, src_y, sl->mb_linesize); // FIXME try variable height perhaps? in mc_dir_part()
251 qpix_op[luma_xy](dest_y + delta, src_y + delta, sl->mb_linesize); in mc_dir_part()
324 uint8_t *dest_y, uint8_t *dest_cb, in mc_part_std()
337 dest_y += (2 * x_offset << pixel_shift) + 2 * y_offset * sl->mb_linesize; in mc_part_std()
354 dest_y, dest_cb, dest_cr, x_offset, y_offset, in mc_part_std()
364 dest_y, dest_cb, dest_cr, x_offset, y_offset, in mc_part_std()
372 uint8_t *dest_y, uint8_t *dest_cb, in mc_part_weighted()
386 dest_y += (2 * x_offset << pixel_shift) + 2 * y_offset * sl->mb_linesize; in mc_part_weighted()
415 dest_y, dest_c in mc_part_weighted()
205 mc_dir_part(const H264Context *h, H264SliceContext *sl, H264Ref *pic, int n, int square, int height, int delta, int list, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int src_x_offset, int src_y_offset, const qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op, int pixel_shift, int chroma_idc) mc_dir_part() argument
321 mc_part_std(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, const qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_std() argument
369 mc_part_weighted(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, h264_weight_func luma_weight_op, h264_weight_func chroma_weight_op, h264_biweight_func luma_weight_avg, h264_biweight_func chroma_weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_weighted() argument
613 hl_decode_mb_predict_luma(const H264Context *h, H264SliceContext *sl, int mb_type, int simple, int transform_bypass, int pixel_shift, const int *block_offset, int linesize, uint8_t *dest_y, int p) hl_decode_mb_predict_luma() argument
727 hl_decode_mb_idct_luma(const H264Context *h, H264SliceContext *sl, int mb_type, int simple, int transform_bypass, int pixel_shift, const int *block_offset, int linesize, uint8_t *dest_y, int p) hl_decode_mb_idct_luma() argument
[all...]
H A Dwmv2.c50 void ff_mspel_motion(MpegEncContext *s, uint8_t *dest_y, in ff_mspel_motion() argument
90 w->wdsp.put_mspel_pixels_tab[dxy](dest_y, ptr, linesize); in ff_mspel_motion()
91 w->wdsp.put_mspel_pixels_tab[dxy](dest_y + 8, ptr + 8, linesize); in ff_mspel_motion()
92 w->wdsp.put_mspel_pixels_tab[dxy](dest_y + 8 * linesize, ptr + 8 * linesize, linesize); in ff_mspel_motion()
93 w->wdsp.put_mspel_pixels_tab[dxy](dest_y + 8 + 8 * linesize, ptr + 8 + 8 * linesize, linesize); in ff_mspel_motion()
H A Dmpegvideo.c966 uint8_t *dest_y, in mpeg_motion_lowres()
1077 dest_y += s->linesize; in mpeg_motion_lowres()
1090 pix_op[lowres - 1](dest_y, ptr_y, linesize, h, sx, sy); in mpeg_motion_lowres()
1164 * @param dest_y luma destination pointer
1173 uint8_t *dest_y, uint8_t *dest_cb, in MPV_motion_lowres()
1188 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1198 hpel_motion_lowres(s, dest_y + ((i & 1) + (i >> 1) * in MPV_motion_lowres()
1219 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1225 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1236 mpeg_motion_lowres(s, dest_y, dest_c in MPV_motion_lowres()
965 mpeg_motion_lowres(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, h264_chroma_mc_func *pix_op, int motion_x, int motion_y, int h, int mb_y) mpeg_motion_lowres() argument
1172 MPV_motion_lowres(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, h264_chroma_mc_func *pix_op) MPV_motion_lowres() argument
1438 uint8_t *dest_y, *dest_cb, *dest_cr; mpv_reconstruct_mb_internal() local
[all...]
H A Deatqi.c102 uint8_t *dest_y = frame->data[0] + t->mb_y * 16 * linesize + t->mb_x * 16; in tqi_idct_put() local
106 ff_ea_idct_put_c(dest_y , linesize, block[0]); in tqi_idct_put()
107 ff_ea_idct_put_c(dest_y + 8, linesize, block[1]); in tqi_idct_put()
108 ff_ea_idct_put_c(dest_y + 8*linesize , linesize, block[2]); in tqi_idct_put()
109 ff_ea_idct_put_c(dest_y + 8*linesize + 8, linesize, block[3]); in tqi_idct_put()
H A Dspeedhq.c294 uint8_t *dest_y, *dest_cb, *dest_cr, *dest_a; in decode_speedhq_border() local
298 dest_y = frame->data[0] + frame->linesize[0] * (y + field_number) + x; in decode_speedhq_border()
312 if ((ret = decode_dct_block(s, gb, last_dc, 0, dest_y, linesize_y)) < 0) in decode_speedhq_border()
314 if ((ret = decode_dct_block(s, gb, last_dc, 0, dest_y + 8, linesize_y)) < 0) in decode_speedhq_border()
316 if ((ret = decode_dct_block(s, gb, last_dc, 0, dest_y + 8 * linesize_y, linesize_y)) < 0) in decode_speedhq_border()
318 if ((ret = decode_dct_block(s, gb, last_dc, 0, dest_y + 8 * linesize_y + 8, linesize_y)) < 0) in decode_speedhq_border()
393 uint8_t *dest_y, *dest_cb, *dest_cr, *dest_a; in decode_speedhq_field() local
399 dest_y = frame->data[0] + frame->linesize[0] * (y + field_number); in decode_speedhq_field()
413 if ((ret = decode_dct_block(s, &gb, last_dc, 0, dest_y, linesize_y)) < 0) in decode_speedhq_field()
415 if ((ret = decode_dct_block(s, &gb, last_dc, 0, dest_y in decode_speedhq_field()
[all...]
H A Dmdec.c155 uint8_t *dest_y = frame->data[0] + (mb_y * 16* linesize ) + mb_x * 16; in idct_put() local
159 a->idsp.idct_put(dest_y, linesize, block[0]); in idct_put()
160 a->idsp.idct_put(dest_y + 8, linesize, block[1]); in idct_put()
161 a->idsp.idct_put(dest_y + 8 * linesize, linesize, block[2]); in idct_put()
162 a->idsp.idct_put(dest_y + 8 * linesize + 8, linesize, block[3]); in idct_put()
H A Ddnxhddec.c493 uint8_t *dest_y, *dest_u, *dest_v; in dnxhd_decode_macroblock() local
538 dest_y = frame->data[0] + ((y * dct_linesize_luma) << 4) + (x << (4 + shift1)); in dnxhd_decode_macroblock()
543 dest_y += frame->linesize[0]; in dnxhd_decode_macroblock()
555 ctx->idsp.idct_put(dest_y, dct_linesize_luma, row->blocks[0]); in dnxhd_decode_macroblock()
556 ctx->idsp.idct_put(dest_y + dct_x_offset, dct_linesize_luma, row->blocks[1]); in dnxhd_decode_macroblock()
557 ctx->idsp.idct_put(dest_y + dct_y_offset, dct_linesize_luma, row->blocks[4]); in dnxhd_decode_macroblock()
558 ctx->idsp.idct_put(dest_y + dct_y_offset + dct_x_offset, dct_linesize_luma, row->blocks[5]); in dnxhd_decode_macroblock()
568 ctx->idsp.idct_put(dest_y, dct_linesize_luma, row->blocks[0]); in dnxhd_decode_macroblock()
569 ctx->idsp.idct_put(dest_y + dct_x_offset, dct_linesize_luma, row->blocks[1]); in dnxhd_decode_macroblock()
570 ctx->idsp.idct_put(dest_y in dnxhd_decode_macroblock()
[all...]
H A Dasvdec.c201 uint8_t *dest_y = frame->data[0] + (mb_y * 16 * linesize) + mb_x * 16; in idct_put() local
205 a->idsp.idct_put(dest_y, linesize, block[0]); in idct_put()
206 a->idsp.idct_put(dest_y + 8, linesize, block[1]); in idct_put()
207 a->idsp.idct_put(dest_y + 8 * linesize, linesize, block[2]); in idct_put()
208 a->idsp.idct_put(dest_y + 8 * linesize + 8, linesize, block[3]); in idct_put()
H A Dwmv2dec.c86 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr) in ff_wmv2_add_mb()
90 wmv2_add_block(w, block1[0], dest_y, s->linesize, 0); in ff_wmv2_add_mb()
91 wmv2_add_block(w, block1[1], dest_y + 8, s->linesize, 1); in ff_wmv2_add_mb()
92 wmv2_add_block(w, block1[2], dest_y + 8 * s->linesize, s->linesize, 2); in ff_wmv2_add_mb()
93 wmv2_add_block(w, block1[3], dest_y + 8 + 8 * s->linesize, s->linesize, 3); in ff_wmv2_add_mb()
85 ff_wmv2_add_mb(MpegEncContext *s, int16_t block1[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr) ff_wmv2_add_mb() argument
H A Dwmv2dec.h30 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr);
H A Dwmv2.h41 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
H A Dmpeg4videodec.h87 void ff_mpeg4_decode_studio(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb,
H A Dsvq3.c616 int linesize, uint8_t *dest_y) in hl_decode_mb_idct_luma()
622 uint8_t *const ptr = dest_y + block_offset[i]; in hl_decode_mb_idct_luma()
633 uint8_t *dest_y) in hl_decode_mb_predict_luma()
640 uint8_t *const ptr = dest_y + block_offset[i]; in hl_decode_mb_predict_luma()
658 s->hpc.pred16x16[s->intra16x16_pred_mode](dest_y, linesize); in hl_decode_mb_predict_luma()
669 uint8_t *dest_y, *dest_cb, *dest_cr; in hl_decode_mb() local
678 dest_y = s->cur_pic->f->data[0] + (mb_x + mb_y * linesize) * 16; in hl_decode_mb()
682 s->vdsp.prefetch(dest_y + (s->mb_x & 3) * 4 * linesize + 64, linesize, 4); in hl_decode_mb()
689 hl_decode_mb_predict_luma(s, mb_type, block_offset, linesize, dest_y); in hl_decode_mb()
692 hl_decode_mb_idct_luma(s, mb_type, block_offset, linesize, dest_y); in hl_decode_mb()
614 hl_decode_mb_idct_luma(SVQ3Context *s, int mb_type, const int *block_offset, int linesize, uint8_t *dest_y) hl_decode_mb_idct_luma() argument
629 hl_decode_mb_predict_luma(SVQ3Context *s, int mb_type, const int *block_offset, int linesize, uint8_t *dest_y) hl_decode_mb_predict_luma() argument
[all...]
/third_party/ffmpeg/libavdevice/
H A Dxv.c50 int dest_x, dest_y; /**< display area position */ member
241 xv->dest_y = xv->dest_h; in compute_display_area()
244 xv->dest_y -= xv->dest_h; in compute_display_area()
245 xv->dest_y /= 2; in compute_display_area()
249 xv->dest_y = 0; in compute_display_area()
275 if (xv->dest_y) { in xv_repaint()
277 rect[0].height = rect[1].height = xv->dest_y; in xv_repaint()
280 rect[1].y = xv->dest_h + xv->dest_y; in xv_repaint()
287 xv->dest_x, xv->dest_y, xv->dest_w, xv->dest_h, True) != Success) { in xv_repaint()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c50 int dest_x, dest_y; member
167 if (s->pos_x == s->dest_x && s->pos_y == s->dest_y) { in draw_sierpinski()
172 s->dest_y += (int)((rnd >> 16) % mod) - s->jump; in draw_sierpinski()
179 if (s->pos_y < s->dest_y) in draw_sierpinski()
181 else if (s->pos_y > s->dest_y) in draw_sierpinski()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DlibX11.hpp41 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height);
48 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event);
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DlibX11.hpp43 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height) = nullptr;
50 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event) = nullptr;
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c173 unsigned short src_height, short dest_x, short dest_y, in vlVaAssociateSubpicture()
184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_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/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h77 uint16_t dest_y; member

Completed in 16 milliseconds

12