Searched refs:ptr_cr (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_motion.c | 244 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_internal() local 302 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_internal() 332 s->vdsp.emulated_edge_mc(vbuf, ptr_cr, in mpeg_motion_internal() 338 ptr_cr = vbuf; in mpeg_motion_internal() 353 ptr_cr += s->uvlinesize; in mpeg_motion_internal() 362 (dest_cr, ptr_cr, uvlinesize, h >> s->chroma_y_shift); in mpeg_motion_internal() 497 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in qpel_motion() local 536 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x; in qpel_motion() 556 s->vdsp.emulated_edge_mc(vbuf, ptr_cr, in qpel_motion() 562 ptr_cr in qpel_motion() [all...] |
H A D | asvenc.c | 195 uint8_t *ptr_cr = frame->data[2] + (mb_y * 8 * frame->linesize[2]) + mb_x * 8; in dct_get() local 206 a->pdsp.get_pixels(block[5], ptr_cr, frame->linesize[2]); in dct_get()
|
H A D | mpegvideo_enc.c | 2040 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in encode_mb_internal() local 2082 ptr_cr = s->new_picture->data[2] + in encode_mb_internal() 2100 s->vdsp.emulated_edge_mc(ebuf + 16 * wrap_y + 16, ptr_cr, in encode_mb_internal() 2105 ptr_cr = ebuf + 16 * wrap_y + 16; in encode_mb_internal() 2145 s->pdsp.get_pixels(s->block[5], ptr_cr, wrap_c); in encode_mb_internal() 2148 s->pdsp.get_pixels(s->block[7], ptr_cr + uv_dct_offset, wrap_c); in encode_mb_internal() 2151 s->pdsp.get_pixels(s->block[ 7], ptr_cr + 8, wrap_c); in encode_mb_internal() 2153 s->pdsp.get_pixels(s->block[ 9], ptr_cr + uv_dct_offset, wrap_c); in encode_mb_internal() 2155 s->pdsp.get_pixels(s->block[11], ptr_cr + uv_dct_offset + 8, wrap_c); in encode_mb_internal() 2231 s->pdsp.diff_pixels(s->block[5], ptr_cr, dest_c in encode_mb_internal() [all...] |
H A D | mpegvideo.c | 977 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_lowres() local 1045 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_lowres() 1065 s->vdsp.emulated_edge_mc(vbuf, ptr_cr, in mpeg_motion_lowres() 1071 ptr_cr = vbuf; in mpeg_motion_lowres() 1085 ptr_cr += s->uvlinesize; in mpeg_motion_lowres() 1098 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
|
Completed in 9 milliseconds