Searched refs:ff_h263_pred_motion (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ituh263dec.c | 383 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()
|
D | h263.h | 65 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir,
|
D | wmv2enc.c | 170 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in ff_wmv2_encode_mb()
|
D | msmpeg4enc.c | 411 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()
|
D | ituh263enc.c | 493 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()
|
D | msmpeg4dec.c | 160 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()
|
D | h263.c | 319 int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir, in ff_h263_pred_motion() function
|
D | mpeg4videoenc.c | 723 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()
|
D | mpeg4videodec.c | 825 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()
|
D | svq1enc.c | 411 motion_ptr = ff_h263_pred_motion(&s->m, 0, 0, &pred_x, &pred_y); in svq1_encode_plane()
|
D | mpegvideo_enc.c | 2882 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in write_mb_info()
|