Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_motion.c244 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_internal() local
301 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_internal()
327 s->vdsp.emulated_edge_mc(ubuf, ptr_cb, in mpeg_motion_internal()
337 ptr_cb = ubuf; in mpeg_motion_internal()
352 ptr_cb += s->uvlinesize; in mpeg_motion_internal()
360 (dest_cb, ptr_cb, uvlinesize, h >> s->chroma_y_shift); in mpeg_motion_internal()
497 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in qpel_motion() local
535 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x; in qpel_motion()
551 s->vdsp.emulated_edge_mc(ubuf, ptr_cb, in qpel_motion()
561 ptr_cb in qpel_motion()
[all...]
H A Dasvenc.c194 uint8_t *ptr_cb = frame->data[1] + (mb_y * 8 * frame->linesize[1]) + mb_x * 8; in dct_get() local
205 a->pdsp.get_pixels(block[4], ptr_cb, frame->linesize[1]); in dct_get()
H A Dmpegvideo_enc.c2040 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in encode_mb_internal() local
2080 ptr_cb = s->new_picture->data[1] + in encode_mb_internal()
2094 s->vdsp.emulated_edge_mc(ebuf + 16 * wrap_y, ptr_cb, in encode_mb_internal()
2099 ptr_cb = ebuf + 16 * wrap_y; in encode_mb_internal()
2144 s->pdsp.get_pixels(s->block[4], ptr_cb, wrap_c); in encode_mb_internal()
2147 s->pdsp.get_pixels(s->block[6], ptr_cb + uv_dct_offset, wrap_c); in encode_mb_internal()
2150 s->pdsp.get_pixels(s->block[ 6], ptr_cb + 8, wrap_c); in encode_mb_internal()
2152 s->pdsp.get_pixels(s->block[ 8], ptr_cb + uv_dct_offset, wrap_c); in encode_mb_internal()
2154 s->pdsp.get_pixels(s->block[10], ptr_cb + uv_dct_offset + 8, wrap_c); in encode_mb_internal()
2230 s->pdsp.diff_pixels(s->block[4], ptr_cb, dest_c in encode_mb_internal()
[all...]
H A Dmpegvideo.c977 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_lowres() local
1044 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_lowres()
1060 s->vdsp.emulated_edge_mc(ubuf, ptr_cb, in mpeg_motion_lowres()
1070 ptr_cb = ubuf; in mpeg_motion_lowres()
1084 ptr_cb += s->uvlinesize; in mpeg_motion_lowres()
1097 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()

Completed in 8 milliseconds