Searched refs:ptr_cr (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_motion.c | 242 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_internal() local 300 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_internal() 330 s->vdsp.emulated_edge_mc(vbuf, ptr_cr, in mpeg_motion_internal() 336 ptr_cr = vbuf; in mpeg_motion_internal() 351 ptr_cr += s->uvlinesize; in mpeg_motion_internal() 360 (dest_cr, ptr_cr, uvlinesize, h >> s->chroma_y_shift); in mpeg_motion_internal() 495 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in qpel_motion() local 534 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x; in qpel_motion() 554 s->vdsp.emulated_edge_mc(vbuf, ptr_cr, in qpel_motion() 560 ptr_cr = vbuf; in qpel_motion() [all …]
|
D | asvenc.c | 192 uint8_t *ptr_cr = frame->data[2] + (mb_y * 8 * frame->linesize[2]) + mb_x * 8; in dct_get() local 203 a->pdsp.get_pixels(block[5], ptr_cr, frame->linesize[2]); in dct_get()
|
D | mpegvideo_enc.c | 2249 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in encode_mb_internal() local 2291 ptr_cr = s->new_picture.f->data[2] + in encode_mb_internal() 2309 s->vdsp.emulated_edge_mc(ebuf + 16 * wrap_y + 16, ptr_cr, in encode_mb_internal() 2314 ptr_cr = ebuf + 16 * wrap_y + 16; in encode_mb_internal() 2354 s->pdsp.get_pixels(s->block[5], ptr_cr, wrap_c); in encode_mb_internal() 2357 s->pdsp.get_pixels(s->block[7], ptr_cr + uv_dct_offset, wrap_c); in encode_mb_internal() 2360 s->pdsp.get_pixels(s->block[ 7], ptr_cr + 8, wrap_c); in encode_mb_internal() 2362 s->pdsp.get_pixels(s->block[ 9], ptr_cr + uv_dct_offset, wrap_c); in encode_mb_internal() 2364 s->pdsp.get_pixels(s->block[11], ptr_cr + uv_dct_offset + 8, wrap_c); in encode_mb_internal() 2440 s->pdsp.diff_pixels(s->block[5], ptr_cr, dest_cr, wrap_c); in encode_mb_internal() [all …]
|
D | mpegvideo.c | 1510 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_lowres() local 1578 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_lowres() 1598 s->vdsp.emulated_edge_mc(vbuf, ptr_cr, in mpeg_motion_lowres() 1604 ptr_cr = vbuf; in mpeg_motion_lowres() 1618 ptr_cr += s->uvlinesize; in mpeg_motion_lowres() 1631 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
|