Lines Matching refs:dest_cb
36 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, in gmc1_motion() argument
116 s->mdsp.gmc1(dest_cb, ptr, uvlinesize, 8, in gmc1_motion()
133 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, in gmc_motion() argument
174 s->mdsp.gmc(dest_cb, ptr, uvlinesize, 8, in gmc_motion()
228 uint8_t *dest_cb, in mpeg_motion_internal() argument
344 dest_cb += s->uvlinesize; in mpeg_motion_internal()
358 (dest_cb, ptr_cb, uvlinesize, h >> s->chroma_y_shift); in mpeg_motion_internal()
369 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, in mpeg_motion() argument
376 mpeg_motion_internal(s, dest_y, dest_cb, dest_cr, 0, 0, in mpeg_motion()
381 mpeg_motion_internal(s, dest_y, dest_cb, dest_cr, 0, 0, in mpeg_motion()
387 uint8_t *dest_cb, uint8_t *dest_cr, in mpeg_motion_field() argument
395 mpeg_motion_internal(s, dest_y, dest_cb, dest_cr, 1, in mpeg_motion_field()
400 mpeg_motion_internal(s, dest_y, dest_cb, dest_cr, 1, in mpeg_motion_field()
487 uint8_t *dest_cb, in qpel_motion() argument
569 dest_cb += s->uvlinesize; in qpel_motion()
585 pix_op[1][uvdxy](dest_cb, ptr_cb, uvlinesize, h >> 1); in qpel_motion()
593 uint8_t *dest_cb, uint8_t *dest_cr, in chroma_4mv_motion() argument
631 pix_op[dxy](dest_cb, ptr, s->uvlinesize, 8); in chroma_4mv_motion()
660 uint8_t *dest_cb, in apply_obmc() argument
740 chroma_4mv_motion(s, dest_cb, dest_cr, in apply_obmc()
747 uint8_t *dest_cb, in apply_8x8() argument
813 chroma_4mv_motion(s, dest_cb, dest_cr, in apply_8x8()
831 uint8_t *dest_cb, in mpv_motion_internal() argument
845 apply_obmc(s, dest_y, dest_cb, dest_cr, ref_picture, pix_op); in mpv_motion_internal()
853 gmc1_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
856 gmc_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
860 qpel_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
866 ff_mspel_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
870 mpeg_motion(s, dest_y, dest_cb, dest_cr, 0, in mpv_motion_internal()
877 apply_8x8(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
884 qpel_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
890 mpeg_motion_field(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
895 mpeg_motion_field(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
906 mpeg_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
925 mpeg_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
932 dest_cb += (16 >> s->chroma_y_shift) * s->uvlinesize; in mpv_motion_internal()
942 mpeg_motion_field(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
953 mpeg_motion(s, dest_y, dest_cb, dest_cr, in mpv_motion_internal()
975 uint8_t *dest_y, uint8_t *dest_cb, in ff_mpv_motion() argument
983 mpv_motion_internal(s, dest_y, dest_cb, dest_cr, dir, in ff_mpv_motion()
987 mpv_motion_internal(s, dest_y, dest_cb, dest_cr, dir, in ff_mpv_motion()