Searched refs:ff_h263_pred_motion (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h263.h | 31 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir,
|
H A D | ituh263dec.c | 386 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 D | wmv2enc.c | 189 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_wmv2_encode_mb()
|
H A D | h263.c | 190 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir, in ff_h263_pred_motion() function
|
H A D | ituh263enc.c | 540 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 D | msmpeg4enc.c | 414 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 D | msmpeg4dec.c | 166 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 D | mpeg4videoenc.c | 724 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 D | svq1enc.c | 413 motion_ptr = ff_h263_pred_motion(&s->m, 0, 0, &pred_x, &pred_y); in svq1_encode_plane()
|
H A D | mpeg4videodec.c | 896 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 D | mpegvideo_enc.c | 2689 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in write_mb_info()
|
Completed in 22 milliseconds