|
FFmpeg
|
MSMPEG4 encoder backend. More...
#include <stdint.h>#include <string.h>#include "libavutil/attributes.h"#include "libavutil/avutil.h"#include "libavutil/mem.h"#include "mpegvideo.h"#include "h263.h"#include "internal.h"#include "mpeg4video.h"#include "msmpeg4.h"#include "msmpeg4data.h"#include "put_bits.h"#include "rl.h"#include "vc1data.h"Functions | |
| void | ff_msmpeg4_code012 (PutBitContext *pb, int n) |
| av_cold int | ff_msmpeg4_encode_init (MpegEncContext *s) |
| void | ff_msmpeg4_encode_picture_header (MpegEncContext *s, int picture_number) |
| void | ff_msmpeg4_encode_ext_header (MpegEncContext *s) |
| void | ff_msmpeg4_encode_motion (MpegEncContext *s, int mx, int my) |
| void | ff_msmpeg4_handle_slices (MpegEncContext *s) |
| void | ff_msmpeg4_encode_mb (MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) |
| void | ff_msmpeg4_encode_block (MpegEncContext *s, int16_t *block, int n) |
MSMPEG4 encoder backend.
1.8.12