Searched refs:dest_cr (Results 26 - 42 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmdec.c140 uint8_t *dest_cr = a->picture.data[2] + (mb_y * 8 * a->picture.linesize[2]) + mb_x * 8; local
149 a->dsp.idct_put(dest_cr, a->picture.linesize[2], block[5]);
H A Dcavs.c329 uint8_t *dest_cb,uint8_t *dest_cr,int src_x_offset,
379 chroma_op(dest_cr, src_cr, h->c_stride, chroma_height, mx&7, my&7);
383 uint8_t *dest_y,uint8_t *dest_cb,uint8_t *dest_cr,
392 dest_cr += 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.c84 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
108 dest_cr[x + y*(s->uvlinesize)]= dcv/8;
1031 uint8_t *dest_y, *dest_cb, *dest_cr; local
1042 dest_cr= s->current_picture.data[2] + mb_x*8 + mb_y*8 *s->uvlinesize;
1061 dcv+=dest_cr[x + y*(s->uvlinesize)];
1081 uint8_t *dest_y, *dest_cb, *dest_cr; local
1092 dest_cr= s->current_picture.data[2] + mb_x*8 + mb_y*8 *s->uvlinesize;
1094 put_dc(s, dest_y, dest_cb, dest_cr, mb_x, mb_y);
H A Dmpegvideo.h821 void ff_wmv2_add_mb(MpegEncContext *s, DCTELEM block[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr);
823 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
H A Dasv1.c352 uint8_t *dest_cr = a->picture.data[2] + (mb_y * 8 * a->picture.linesize[2]) + mb_x * 8; local
361 a->dsp.idct_put(dest_cr, a->picture.linesize[2], block[5]);
H A Dmpegvideo_enc.c1590 uint8_t *dest_y, *dest_cb, *dest_cr; local
1594 dest_cr = s->dest[2];
1605 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix);
1610 MPV_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.data, op_pix, op_qpix);
1647 s->dsp.diff_pixels(s->block[5], ptr_cr, dest_cr, wrap_c);
1650 s->dsp.diff_pixels(s->block[7], ptr_cr + (dct_offset>>1), dest_cr + (dct_offset>>1), wrap_c);
1661 if(s->dsp.sad[1](NULL, ptr_cr , dest_cr , wrap_c, 8) < 20*s->qscale) skip_dct[5]= 1;
1664 if(s->dsp.sad[1](NULL, ptr_cr +(dct_offset>>1), dest_cr +(dct_offset>>1), wrap_c, 8) < 20*s->qscale) skip_dct[7]= 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmdec.c140 uint8_t *dest_cr = a->picture.data[2] + (mb_y * 8 * a->picture.linesize[2]) + mb_x * 8; local
149 a->dsp.idct_put(dest_cr, a->picture.linesize[2], block[5]);
H A Dcavs.c329 uint8_t *dest_cb,uint8_t *dest_cr,int src_x_offset,
379 chroma_op(dest_cr, src_cr, h->c_stride, chroma_height, mx&7, my&7);
383 uint8_t *dest_y,uint8_t *dest_cb,uint8_t *dest_cr,
392 dest_cr += 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.c84 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
108 dest_cr[x + y*(s->uvlinesize)]= dcv/8;
1031 uint8_t *dest_y, *dest_cb, *dest_cr; local
1042 dest_cr= s->current_picture.data[2] + mb_x*8 + mb_y*8 *s->uvlinesize;
1061 dcv+=dest_cr[x + y*(s->uvlinesize)];
1081 uint8_t *dest_y, *dest_cb, *dest_cr; local
1092 dest_cr= s->current_picture.data[2] + mb_x*8 + mb_y*8 *s->uvlinesize;
1094 put_dc(s, dest_y, dest_cb, dest_cr, mb_x, mb_y);
H A Dmpegvideo.h821 void ff_wmv2_add_mb(MpegEncContext *s, DCTELEM block[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr);
823 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
H A Dasv1.c352 uint8_t *dest_cr = a->picture.data[2] + (mb_y * 8 * a->picture.linesize[2]) + mb_x * 8; local
361 a->dsp.idct_put(dest_cr, a->picture.linesize[2], block[5]);
H A Dmpegvideo_enc.c1590 uint8_t *dest_y, *dest_cb, *dest_cr; local
1594 dest_cr = s->dest[2];
1605 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix);
1610 MPV_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.data, op_pix, op_qpix);
1647 s->dsp.diff_pixels(s->block[5], ptr_cr, dest_cr, wrap_c);
1650 s->dsp.diff_pixels(s->block[7], ptr_cr + (dct_offset>>1), dest_cr + (dct_offset>>1), wrap_c);
1661 if(s->dsp.sad[1](NULL, ptr_cr , dest_cr , wrap_c, 8) < 20*s->qscale) skip_dct[5]= 1;
1664 if(s->dsp.sad[1](NULL, ptr_cr +(dct_offset>>1), dest_cr +(dct_offset>>1), wrap_c, 8) < 20*s->qscale) skip_dct[7]= 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcavs.c329 uint8_t *dest_cb,uint8_t *dest_cr,int src_x_offset,
379 chroma_op(dest_cr, src_cr, h->c_stride, chroma_height, mx&7, my&7);
383 uint8_t *dest_y,uint8_t *dest_cb,uint8_t *dest_cr,
392 dest_cr += 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.c84 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
108 dest_cr[x + y*(s->uvlinesize)]= dcv/8;
1031 uint8_t *dest_y, *dest_cb, *dest_cr; local
1042 dest_cr= s->current_picture.data[2] + mb_x*8 + mb_y*8 *s->uvlinesize;
1061 dcv+=dest_cr[x + y*(s->uvlinesize)];
1081 uint8_t *dest_y, *dest_cb, *dest_cr; local
1092 dest_cr= s->current_picture.data[2] + mb_x*8 + mb_y*8 *s->uvlinesize;
1094 put_dc(s, dest_y, dest_cb, dest_cr, mb_x, mb_y);
H A Dmpegvideo.h821 void ff_wmv2_add_mb(MpegEncContext *s, DCTELEM block[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr);
823 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
H A Dasv1.c352 uint8_t *dest_cr = a->picture.data[2] + (mb_y * 8 * a->picture.linesize[2]) + mb_x * 8; local
361 a->dsp.idct_put(dest_cr, a->picture.linesize[2], block[5]);
H A Dmpegvideo_enc.c1590 uint8_t *dest_y, *dest_cb, *dest_cr; local
1594 dest_cr = s->dest[2];
1605 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix);
1610 MPV_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.data, op_pix, op_qpix);
1647 s->dsp.diff_pixels(s->block[5], ptr_cr, dest_cr, wrap_c);
1650 s->dsp.diff_pixels(s->block[7], ptr_cr + (dct_offset>>1), dest_cr + (dct_offset>>1), wrap_c);
1661 if(s->dsp.sad[1](NULL, ptr_cr , dest_cr , wrap_c, 8) < 20*s->qscale) skip_dct[5]= 1;
1664 if(s->dsp.sad[1](NULL, ptr_cr +(dct_offset>>1), dest_cr +(dct_offset>>1), wrap_c, 8) < 20*s->qscale) skip_dct[7]= 1;

Completed in 136 milliseconds

12