Home
last modified time | relevance | path

Searched refs:ptr_cb (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_motion.c242 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_internal() local
299 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_internal()
325 s->vdsp.emulated_edge_mc(ubuf, ptr_cb, in mpeg_motion_internal()
335 ptr_cb = ubuf; in mpeg_motion_internal()
350 ptr_cb += s->uvlinesize; in mpeg_motion_internal()
358 (dest_cb, ptr_cb, uvlinesize, h >> s->chroma_y_shift); in mpeg_motion_internal()
495 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in qpel_motion() local
533 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x; in qpel_motion()
549 s->vdsp.emulated_edge_mc(ubuf, ptr_cb, in qpel_motion()
559 ptr_cb = ubuf; in qpel_motion()
[all …]
Dasvenc.c191 uint8_t *ptr_cb = frame->data[1] + (mb_y * 8 * frame->linesize[1]) + mb_x * 8; in dct_get() local
202 a->pdsp.get_pixels(block[4], ptr_cb, frame->linesize[1]); in dct_get()
Dmpegvideo_enc.c2249 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in encode_mb_internal() local
2289 ptr_cb = s->new_picture.f->data[1] + in encode_mb_internal()
2303 s->vdsp.emulated_edge_mc(ebuf + 16 * wrap_y, ptr_cb, in encode_mb_internal()
2308 ptr_cb = ebuf + 16 * wrap_y; in encode_mb_internal()
2353 s->pdsp.get_pixels(s->block[4], ptr_cb, wrap_c); in encode_mb_internal()
2356 s->pdsp.get_pixels(s->block[6], ptr_cb + uv_dct_offset, wrap_c); in encode_mb_internal()
2359 s->pdsp.get_pixels(s->block[ 6], ptr_cb + 8, wrap_c); in encode_mb_internal()
2361 s->pdsp.get_pixels(s->block[ 8], ptr_cb + uv_dct_offset, wrap_c); in encode_mb_internal()
2363 s->pdsp.get_pixels(s->block[10], ptr_cb + uv_dct_offset + 8, wrap_c); in encode_mb_internal()
2439 s->pdsp.diff_pixels(s->block[4], ptr_cb, dest_cb, wrap_c); in encode_mb_internal()
[all …]
Dmpegvideo.c1510 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_lowres() local
1577 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_lowres()
1593 s->vdsp.emulated_edge_mc(ubuf, ptr_cb, in mpeg_motion_lowres()
1603 ptr_cb = ubuf; in mpeg_motion_lowres()
1617 ptr_cb += s->uvlinesize; in mpeg_motion_lowres()
1630 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()