|
FFmpeg
|
#include "libavutil/avassert.h"#include "libavutil/thread.h"#include "avcodec.h"#include "codec_internal.h"#include "decode.h"#include "mpeg_er.h"#include "mpegutils.h"#include "mpegvideo.h"#include "mpegvideodec.h"#include "h261.h"Go to the source code of this file.
Data Structures | |
| struct | H261DecContext |
Macros | |
| #define | H261_MBA_VLC_BITS 8 |
| #define | H261_MTYPE_VLC_BITS 6 |
| #define | H261_MV_VLC_BITS 7 |
| #define | H261_CBP_VLC_BITS 9 |
| #define | TCOEFF_VLC_BITS 9 |
| #define | MBA_STUFFING 33 |
| #define | MBA_STARTCODE 34 |
Variables | |
| static VLC | h261_mba_vlc |
| static VLC | h261_mtype_vlc |
| static VLC | h261_mv_vlc |
| static VLC | h261_cbp_vlc |
| static const int | mvmap [17] |
| const FFCodec | ff_h261_decoder |
H.261 decoder.
Definition in file h261dec.c.
|
static |
Definition at line 65 of file h261dec.c.
Referenced by h261_decode_init().
|
static |
|
inlinestatic |
Definition at line 104 of file h261dec.c.
Referenced by h261_decode_mb(), and h261_decode_mb_skipped().
|
static |
Decode the group of blocks header or slice header.
Definition at line 117 of file h261dec.c.
Referenced by h261_resync().
|
static |
Decode the group of blocks / video packet header.
Definition at line 171 of file h261dec.c.
Referenced by h261_decode_frame().
|
static |
Decode skipped macroblocks.
Definition at line 212 of file h261dec.c.
Referenced by h261_decode_gob().
|
static |
Definition at line 255 of file h261dec.c.
Referenced by h261_decode_mb().
|
static |
Decode a macroblock.
Definition at line 281 of file h261dec.c.
Referenced by h261_decode_mb().
|
static |
Definition at line 373 of file h261dec.c.
Referenced by h261_decode_gob().
|
static |
Decode the H.261 picture header.
Definition at line 497 of file h261dec.c.
Referenced by h261_decode_frame().
|
static |
Definition at line 561 of file h261dec.c.
Referenced by h261_decode_frame().
|
static |
returns the number of bytes consumed for building the current frame
Definition at line 593 of file h261dec.c.
Referenced by h261_decode_frame().
|
static |
|
static |
|
static |
Definition at line 47 of file h261dec.c.
Referenced by h261_decode_init_static(), and h261_decode_mb().
|
static |
Definition at line 48 of file h261dec.c.
Referenced by h261_decode_init_static(), and h261_decode_mb().
|
static |
Definition at line 49 of file h261dec.c.
Referenced by decode_mv_component(), and h261_decode_init_static().
|
static |
Definition at line 50 of file h261dec.c.
Referenced by h261_decode_init_static(), and h261_decode_mb().
|
static |
Definition at line 251 of file h261dec.c.
Referenced by decode_mv_component().
| const FFCodec ff_h261_decoder |
1.8.17