Home
last modified time | relevance | path

Searched refs:ff_h263_pred_motion (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dituh263dec.c383 mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in preview_obmc()
401 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in preview_obmc()
756 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_h263_decode_mb()
781 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in ff_h263_decode_mb()
864 int16_t *mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_h263_decode_mb()
891 int16_t *mot_val= ff_h263_pred_motion(s, 0, 1, &pred_x, &pred_y); in ff_h263_decode_mb()
Dh263.h65 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir,
Dwmv2enc.c170 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_wmv2_encode_mb()
Dmsmpeg4enc.c411 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_msmpeg4_encode_mb()
422 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_msmpeg4_encode_mb()
Dituh263enc.c493 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_h263_encode_mb()
520 ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in ff_h263_encode_mb()
Dmsmpeg4dec.c160 ff_h263_pred_motion(s, 0, 0, &mx, &my); in msmpeg4v12_decode_mb()
257 ff_h263_pred_motion(s, 0, 0, &mx, &my); in msmpeg4v34_decode_mb()
Dh263.c319 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir, in ff_h263_pred_motion() function
Dmpeg4videoenc.c723 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_mpeg4_encode_mb()
749 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_mpeg4_encode_mb()
778 ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in ff_mpeg4_encode_mb()
Dmpeg4videodec.c825 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
857 int16_t *mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
1495 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1513 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1530 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
Dsvq1enc.c411 motion_ptr = ff_h263_pred_motion(&s->m, 0, 0, &pred_x, &pred_y); in svq1_encode_plane()
Dmpegvideo_enc.c2882 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in write_mb_info()