|
FFmpeg
|
#include "config.h"#include "libavutil/thread.h"#include "mpegvideo.h"#include "h263.h"#include "h263data.h"#include "h263dsp.h"#include "mathops.h"#include "mpegpicture.h"#include "mpegutils.h"#include "rl.h"Go to the source code of this file.
Functions | |
| void | ff_h263_update_motion_val (MpegEncContext *s) |
| void | ff_h263_loop_filter (MpegEncContext *s) |
| int16_t * | ff_h263_pred_motion (MpegEncContext *s, int block, int dir, int *px, int *py) |
H.263/MPEG-4 codec.
Definition in file h263.c.
| void ff_h263_update_motion_val | ( | MpegEncContext * | s | ) |
Definition at line 56 of file h263.c.
Referenced by decode_slice(), and rv10_decode_packet().
| void ff_h263_loop_filter | ( | MpegEncContext * | s | ) |
Definition at line 97 of file h263.c.
Referenced by decode_slice(), encode_thread(), and rv10_decode_packet().
| int16_t* ff_h263_pred_motion | ( | MpegEncContext * | s, |
| int | block, | ||
| int | dir, | ||
| int * | px, | ||
| int * | py | ||
| ) |
Definition at line 182 of file h263.c.
Referenced by ff_h263_decode_mb(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), mpeg4_encode_mb(), msmpeg4_encode_mb(), msmpeg4v12_decode_mb(), msmpeg4v34_decode_mb(), preview_obmc(), svq1_encode_plane(), wmv2_encode_mb(), and write_mb_info().
1.8.17