|
FFmpeg
|
H.263/MPEG-4 codec. More...
#include <limits.h>#include "avcodec.h"#include "mpegvideo.h"#include "h263.h"#include "h263data.h"#include "mathops.h"#include "mpegutils.h"#include "flv.h"#include "mpeg4video.h"Functions | |
| void | ff_h263_update_motion_val (MpegEncContext *s) |
| int | ff_h263_pred_dc (MpegEncContext *s, int n, int16_t **dc_val_ptr) |
| void | ff_h263_loop_filter (MpegEncContext *s) |
| void | ff_h263_pred_acdc (MpegEncContext *s, int16_t *block, int n) |
| int16_t * | ff_h263_pred_motion (MpegEncContext *s, int block, int dir, int *px, int *py) |
H.263/MPEG-4 codec.
1.8.12