|
FFmpeg
|
H.263 decoder. More...
#include <limits.h>#include "libavutil/attributes.h"#include "libavutil/imgutils.h"#include "libavutil/internal.h"#include "libavutil/mathematics.h"#include "avcodec.h"#include "mpegvideo.h"#include "h263.h"#include "h263data.h"#include "internal.h"#include "mathops.h"#include "mpegutils.h"#include "unary.h"#include "flv.h"#include "rv10.h"#include "mpeg4video.h"#include "mpegvideodata.h"Functions | |
| void | ff_h263_show_pict_info (MpegEncContext *s) |
| Print picture info if FF_DEBUG_PICT_INFO is set. | |
| av_cold void | ff_h263_decode_init_vlc (void) |
| int | ff_h263_decode_mba (MpegEncContext *s) |
| int | ff_h263_resync (MpegEncContext *s) |
| Decode the group of blocks / video packet header / slice header (MPEG-4 Studio). More... | |
| int | ff_h263_decode_motion (MpegEncContext *s, int pred, int f_code) |
| int | ff_h263_decode_mb (MpegEncContext *s, int16_t block[6][64]) |
| int | ff_h263_decode_picture_header (MpegEncContext *s) |
Variables | |
| VLC | ff_h263_intra_MCBPC_vlc |
| VLC | ff_h263_inter_MCBPC_vlc |
| VLC | ff_h263_cbpy_vlc |
H.263 decoder.
| int ff_h263_resync | ( | MpegEncContext * | s | ) |
Decode the group of blocks / video packet header / slice header (MPEG-4 Studio).
1.8.12