/third_party/ffmpeg/libavcodec/ |
D | h264_mc_template.c | 40 uint8_t *dest_y, uint8_t *dest_cb, in mc_part() argument 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 MCFUNC() 85 mc_part(h, sl, 0, 1, 16, 0, dest_y, dest_cb, dest_cr, 0, 0, in MCFUNC() 90 mc_part(h, sl, 0, 0, 8, 8 << PIXEL_SHIFT, dest_y, dest_cb, dest_cr, 0, 0, in MCFUNC() 94 mc_part(h, sl, 8, 0, 8, 8 << PIXEL_SHIFT, dest_y, dest_cb, dest_cr, 0, 4, in MCFUNC() 99 mc_part(h, sl, 0, 0, 16, 8 * sl->mb_linesize, dest_y, dest_cb, dest_cr, 0, 0, in MCFUNC() 103 mc_part(h, sl, 4, 0, 16, 8 * sl->mb_linesize, dest_y, dest_cb, dest_cr, 4, 0, in MCFUNC() 119 mc_part(h, sl, n, 1, 8, 0, dest_y, dest_cb, dest_cr, in MCFUNC() [all …]
|
D | mpegvideo_motion.c | 38 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, in gmc1_motion() argument 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() argument 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() argument 345 dest_y += s->linesize; in mpeg_motion_internal() [all …]
|
D | h263.c | 110 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, linesize, qp_lc); in ff_h263_loop_filter() [all …]
|
D | eatgq.c | 120 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 + 8 * linesize + 8, linesize, dc[3]); in tgq_idct_put_mb_dconly()
|
D | h261.c | 66 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()
|
D | h264_mb.c | 209 uint8_t *dest_y, uint8_t *dest_cb, in mc_dir_part() argument 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() argument 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() argument 386 dest_y += (2 * x_offset << pixel_shift) + 2 * y_offset * sl->mb_linesize; in mc_part_weighted() 415 dest_y, dest_cb, dest_cr, in mc_part_weighted() [all …]
|
D | h264_mb_template.c | 47 uint8_t *dest_y, *dest_cb, *dest_cr; in FUNC() local 56 dest_y = h->cur_pic.f->data[0] + ((mb_x << PIXEL_SHIFT) + mb_y * sl->linesize) * 16; in FUNC() 60 …h->vdsp.prefetch(dest_y + (sl->mb_x & 3) * 4 * sl->linesize + (64 << PIXEL_SHIFT), sl->linesize… in FUNC() 70 dest_y -= sl->linesize * 15; in FUNC() 107 uint16_t *tmp_y = (uint16_t *)(dest_y + i * linesize); in FUNC() 135 memcpy(dest_y + i * linesize, sl->intra_pcm_ptr + i * 16, 16); in FUNC() 155 xchg_mb_border(h, sl, dest_y, dest_cb, dest_cr, linesize, in FUNC() 165 block_offset, linesize, dest_y, 0); in FUNC() 168 xchg_mb_border(h, sl, dest_y, dest_cb, dest_cr, linesize, in FUNC() 172 FUNC(hl_motion_422)(h, sl, dest_y, dest_cb, dest_cr, in FUNC() [all …]
|
D | mpegvideo.c | 966 uint8_t *dest_y, in mpeg_motion_lowres() argument 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() 1173 uint8_t *dest_y, uint8_t *dest_cb, in MPV_motion_lowres() argument 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_cb, dest_cr, in MPV_motion_lowres() 1254 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres() [all …]
|
D | speedhq.c | 294 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 + 8, linesize_y)) < 0) in decode_speedhq_field() [all …]
|
D | wmv2.c | 50 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()
|
D | eatqi.c | 102 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()
|
D | mdec.c | 155 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()
|
D | dnxhddec.c | 493 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 + dct_y_offset, dct_linesize_luma, row->blocks[6]); in dnxhd_decode_macroblock() [all …]
|
D | asvdec.c | 201 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()
|
D | wmv2dec.c | 86 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr) in ff_wmv2_add_mb() argument 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()
|
D | wmv2dec.h | 30 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr);
|
D | proresenc_anatoliy.c | 547 uint8_t *dest_y, *dest_u, *dest_v; in encode_slice() local 565 dest_y = pic->data[0] + (mb_y << 4) * luma_stride + (mb_x << 5); in encode_slice() 569 dest_y = pic->data[0] + (mb_y << 4) * luma_stride * 2 + (mb_x << 5); in encode_slice() 573 dest_y += luma_stride; in encode_slice() 601 calc_plane_dct(fdsp, dest_y, blocks_y, luma_stride, mb_count, 0, 0); in encode_slice() 605 calc_plane_dct(fdsp, dest_y, blocks_y, luma_stride * 2, mb_count, 0, 0); in encode_slice()
|
D | wmv2.h | 41 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
|
D | svq3.c | 616 int linesize, uint8_t *dest_y) in hl_decode_mb_idct_luma() argument 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() argument 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()
|
/third_party/ffmpeg/libavdevice/ |
D | xv.c | 50 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/ |
D | vsrc_sierpinski.c | 50 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/ |
D | libX11.hpp | 41 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt… 48 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt…
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libX11.hpp | 43 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt… 50 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt…
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 173 unsigned short src_height, short dest_x, short dest_y, in vlVaAssociateSubpicture() argument 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; in vlVaAssociateSubpicture()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blt.h | 77 uint16_t dest_y; member
|