Searched refs:dest_cb (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh261.c41 uint8_t *dest_cb= s->dest[1]; local
51 s->dsp.h261_loop_filter(dest_cb, uvlinesize);
H A Dmpegvideo_common.h59 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
132 s->dsp.gmc1(dest_cb, ptr, uvlinesize, 8, motion_x&15, motion_y&15, 128 - s->no_rounding);
145 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
182 s->dsp.gmc(dest_cb, ptr, uvlinesize, 8,
242 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
344 dest_cb+= s->uvlinesize;
358 (dest_cb, ptr_cb, uvlinesize, h >> s->chroma_y_shift);
370 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
377 mpeg_motion_internal(s, dest_y, dest_cb, dest_cr, field_based,
382 mpeg_motion_internal(s, dest_y, dest_cb, dest_c
58 gmc1_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture) argument
144 gmc_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture) argument
241 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) argument
369 mpeg_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], int motion_x, int motion_y, int h) argument
469 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) argument
564 chroma_4mv_motion(MpegEncContext *s, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, op_pixels_func *pix_op, int mx, int my) argument
638 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) argument
885 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]) argument
[all...]
H A Dwmv2.c59 void ff_wmv2_add_mb(MpegEncContext *s, DCTELEM block1[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr){ argument
69 wmv2_add_block(w, block1[4], dest_cb , s->uvlinesize, 4);
74 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
150 pix_op[1][dxy](dest_cb, ptr, uvlinesize, h >> 1);
73 ff_mspel_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h) argument
H A Deatgq.c107 uint8_t *dest_cb = s->frame.data[1] + (mb_y * 8 * s->frame.linesize[1]) + mb_x * 8; local
115 s->dsp.idct_put(dest_cb, s->frame.linesize[1], block[4]);
131 uint8_t *dest_cb = s->frame.data[1] + (mb_y * 8 * s->frame.linesize[1]) + mb_x * 8; local
138 tgq_dconly(s,dest_cb, s->frame.linesize[1], dc[4]);
H A Dmpegvideo.c1401 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
1473 dest_cb+= s->uvlinesize;
1490 pix_op[lowres](dest_cb, ptr_cb, uvlinesize, h >> s->chroma_y_shift, uvsx, uvsy);
1497 uint8_t *dest_cb, uint8_t *dest_cr,
1536 pix_op[lowres](dest_cb, ptr, s->uvlinesize, block_s, sx, sy);
1550 * @param dest_cb chroma cb/u destination pointer
1558 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
1572 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr,
1594 chroma_4mv_motion_lowres(s, dest_cb, dest_cr, ref_picture, pix_op, mx, my);
1599 mpeg_motion_lowres(s, dest_y, dest_cb, dest_c
1400 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) argument
1496 chroma_4mv_motion_lowres(MpegEncContext *s, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, h264_chroma_mc_func *pix_op, int mx, int my) argument
1557 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) argument
1782 uint8_t *dest_y, *dest_cb, *dest_cr; local
[all...]
H A Deatqi.c74 uint8_t *dest_cb = t->frame.data[1] + (s->mb_y * 8 * t->frame.linesize[1]) + s->mb_x * 8; local
82 s->dsp.idct_put(dest_cb, t->frame.linesize[1], block[4]);
H A Dmdec.c141 uint8_t *dest_cb = a->picture.data[1] + (mb_y * 8 * a->picture.linesize[1]) + mb_x * 8; local
150 a->dsp.idct_put(dest_cb, a->picture.linesize[1], block[4]);
H A Dcavs.c329 uint8_t *dest_cb,uint8_t *dest_cr,int src_x_offset,
372 chroma_op(dest_cb, src_cb, h->c_stride, chroma_height, mx&7, my&7);
383 uint8_t *dest_y,uint8_t *dest_cb,uint8_t *dest_cr,
391 dest_cb += x_offset + y_offset*h->c_stride;
399 dest_y, dest_cb, dest_cr, x_offset, y_offset,
409 dest_y, dest_cb, dest_cr, x_offset, y_offset,
327 mc_dir_part(AVSContext *h,Picture *pic,int square, int chroma_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,qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op,cavs_vector *mv) argument
382 mc_part_std(AVSContext *h,int square,int chroma_height,int delta, uint8_t *dest_y,uint8_t *dest_cb,uint8_t *dest_cr, int x_offset, int y_offset,qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put,qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, cavs_vector *mv) argument
H A Derror_resilience.c45 static void put_dc(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int mb_x, int mb_y) argument
68 dest_cb[x + y*(s->uvlinesize)]= dcu/8;
949 uint8_t *dest_y, *dest_cb, *dest_cr; local
959 dest_cb= s->current_picture.data[1] + mb_x*8 + mb_y*8 *s->uvlinesize;
978 dcu+=dest_cb[x + y*(s->uvlinesize)];
999 uint8_t *dest_y, *dest_cb, *dest_cr; local
1009 dest_cb= s->current_picture.data[1] + mb_x*8 + mb_y*8 *s->uvlinesize;
1012 put_dc(s, dest_y, dest_cb, dest_cr, mb_x, mb_y);
H A Dh264.c1601 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
1649 chroma_op(dest_cb, src_cb, h->mb_uvlinesize, chroma_height, mx&7, my&7);
1659 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
1669 dest_cb += x_offset + y_offset*h->mb_uvlinesize;
1677 dest_y, dest_cb, dest_cr, x_offset, y_offset,
1687 dest_y, dest_cb, dest_cr, x_offset, y_offset,
1693 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
1702 dest_cb += x_offset + y_offset*h->mb_uvlinesize;
1717 dest_y, dest_cb, dest_cr,
1727 chroma_weight_avg(dest_cb, tmp_c
1600 mc_dir_part(H264Context *h, Picture *pic, int n, int square, int chroma_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, qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op) argument
1658 mc_part_std(H264Context *h, int n, int square, int chroma_height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, int list0, int list1) argument
1692 mc_part_weighted(H264Context *h, int n, int square, int chroma_height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, 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) argument
1759 mc_part(H264Context *h, int n, int square, int chroma_height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, h264_weight_func *weight_op, h264_biweight_func *weight_avg, int list0, int list1) argument
1793 hl_motion(H264Context *h, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, qpel_mc_func (*qpix_put)[16], h264_chroma_mc_func (*chroma_put), qpel_mc_func (*qpix_avg)[16], h264_chroma_mc_func (*chroma_avg), h264_weight_func *weight_op, h264_biweight_func *weight_avg) argument
2422 uint8_t *dest_y, *dest_cb, *dest_cr; local
[all...]
H A Dasv1.c350 uint8_t *dest_cb = a->picture.data[1] + (mb_y * 8 * a->picture.linesize[1]) + mb_x * 8; local
359 a->dsp.idct_put(dest_cb, a->picture.linesize[1], block[4]);
H A Dmpegvideo.h867 void ff_wmv2_add_mb(MpegEncContext *s, DCTELEM block[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr);
869 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
H A Dmpegvideo_enc.c1536 uint8_t *dest_y, *dest_cb, *dest_cr; local
1539 dest_cb = s->dest[1];
1551 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix);
1556 MPV_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.data, op_pix, op_qpix);
1592 s->dsp.diff_pixels(s->block[4], ptr_cb, dest_cb, wrap_c);
1595 s->dsp.diff_pixels(s->block[6], ptr_cb + (dct_offset>>1), dest_cb + (dct_offset>>1), wrap_c);
1606 if(s->dsp.sad[1](NULL, ptr_cb , dest_cb , wrap_c, 8) < 20*s->qscale) skip_dct[4]= 1;
1609 if(s->dsp.sad[1](NULL, ptr_cb +(dct_offset>>1), dest_cb +(dct_offset>>1), wrap_c, 8) < 20*s->qscale) skip_dct[6]= 1;
H A Dh263.c1470 uint8_t *dest_cb= s->dest[1]; local
1504 s->dsp.h263_v_loop_filter(dest_cb , uvlinesize, chroma_qp);
1520 s->dsp.h263_h_loop_filter(dest_cb-8*uvlinesize, uvlinesize, chroma_qp);
1544 s->dsp.h263_h_loop_filter(dest_cb , uvlinesize, chroma_qp);

Completed in 209 milliseconds