Home
last modified time | relevance | path

Searched refs:ff_h263_decode_motion (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dituh263dec.c269 int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code) in ff_h263_decode_motion() function
387 mx = ff_h263_decode_motion(s, pred_x, 1); in preview_obmc()
392 my = ff_h263_decode_motion(s, pred_y, 1); in preview_obmc()
405 mx = ff_h263_decode_motion(s, pred_x, 1); in preview_obmc()
410 my = ff_h263_decode_motion(s, pred_y, 1); in preview_obmc()
760 mx = ff_h263_decode_motion(s, pred_x, 1); in ff_h263_decode_mb()
768 my = ff_h263_decode_motion(s, pred_y, 1); in ff_h263_decode_mb()
785 mx = ff_h263_decode_motion(s, pred_x, 1); in ff_h263_decode_mb()
792 my = ff_h263_decode_motion(s, pred_y, 1); in ff_h263_decode_mb()
870 mx = ff_h263_decode_motion(s, pred_x, 1); in ff_h263_decode_mb()
[all …]
Dmpeg4videodec.c827 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_partition_a()
831 my = ff_h263_decode_motion(s, pred_y, s->f_code); in mpeg4_decode_partition_a()
858 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_partition_a()
862 my = ff_h263_decode_motion(s, pred_y, s->f_code); in mpeg4_decode_partition_a()
1498 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()
1502 my = ff_h263_decode_motion(s, pred_y / 2, s->f_code); in mpeg4_decode_mb()
1514 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()
1519 my = ff_h263_decode_motion(s, pred_y, s->f_code); in mpeg4_decode_mb()
1531 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()
1535 my = ff_h263_decode_motion(s, pred_y, s->f_code); in mpeg4_decode_mb()
[all …]
Dh263.h53 int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code);