Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh263.h31 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir,
H A Dituh263dec.c386 mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in preview_obmc()
404 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in preview_obmc()
846 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_h263_decode_mb()
871 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in ff_h263_decode_mb()
954 int16_t *mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_h263_decode_mb()
981 int16_t *mot_val= ff_h263_pred_motion(s, 0, 1, &pred_x, &pred_y); in ff_h263_decode_mb()
H A Dwmv2enc.c189 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_wmv2_encode_mb()
H A Dh263.c190 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir, in ff_h263_pred_motion() function
H A Dituh263enc.c540 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_h263_encode_mb()
567 ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in ff_h263_encode_mb()
H A Dmsmpeg4enc.c414 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_msmpeg4_encode_mb()
425 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_msmpeg4_encode_mb()
H A Dmsmpeg4dec.c166 ff_h263_pred_motion(s, 0, 0, &mx, &my); in msmpeg4v12_decode_mb()
263 ff_h263_pred_motion(s, 0, 0, &mx, &my); in msmpeg4v34_decode_mb()
H A Dmpeg4videoenc.c724 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_mpeg4_encode_mb()
750 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_mpeg4_encode_mb()
779 ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in ff_mpeg4_encode_mb()
H A Dsvq1enc.c413 motion_ptr = ff_h263_pred_motion(&s->m, 0, 0, &pred_x, &pred_y); in svq1_encode_plane()
H A Dmpeg4videodec.c896 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
928 int16_t *mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
1568 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1586 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1603 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
H A Dmpegvideo_enc.c2689 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in write_mb_info()

Completed in 19 milliseconds