FFmpeg
|
#include <limits.h>
#include "libavutil/attributes.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/mathematics.h"
#include "libavutil/mem_internal.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"
Go to the source code of this file.
Macros | |
#define | UNCHECKED_BITSTREAM_READER 1 |
#define | H263_MBTYPE_B_VLC_BITS 6 |
#define | CBPC_B_VLC_BITS 3 |
#define | tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0])) |
#define | tab_bias (tab_size / 2) |
Variables | |
static const int | h263_mb_type_b_map [15] |
VLC | ff_h263_intra_MCBPC_vlc |
VLC | ff_h263_inter_MCBPC_vlc |
VLC | ff_h263_cbpy_vlc |
VLC | ff_h263_mv_vlc |
static VLC | h263_mbtype_b_vlc |
static VLC | cbpc_b_vlc |
H.263 decoder.
Definition in file ituh263dec.c.
#define UNCHECKED_BITSTREAM_READER 1 |
Definition at line 30 of file ituh263dec.c.
#define H263_MBTYPE_B_VLC_BITS 6 |
Definition at line 55 of file ituh263dec.c.
#define CBPC_B_VLC_BITS 3 |
Definition at line 56 of file ituh263dec.c.
#define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0])) |
Definition at line 629 of file ituh263dec.c.
#define tab_bias (tab_size / 2) |
Definition at line 630 of file ituh263dec.c.
void ff_h263_show_pict_info | ( | MpegEncContext * | s | ) |
Print picture info if FF_DEBUG_PICT_INFO is set.
Definition at line 76 of file ituh263dec.c.
Referenced by ff_h263_decode_picture_header(), and ff_intel_h263_decode_picture_header().
av_cold void ff_h263_decode_init_vlc | ( | void | ) |
Definition at line 108 of file ituh263dec.c.
Referenced by ff_h263_decode_init(), and rv10_init_static().
int ff_h263_decode_mba | ( | MpegEncContext * | s | ) |
Definition at line 138 of file ituh263dec.c.
Referenced by ff_h263_decode_picture_header(), h263_decode_gob_header(), and rv20_decode_picture_header().
|
static |
Decode the group of blocks header or slice header.
Definition at line 156 of file ituh263dec.c.
Referenced by ff_h263_resync().
int ff_h263_resync | ( | MpegEncContext * | s | ) |
Decode the group of blocks / video packet header / slice header (MPEG-4 Studio).
Definition at line 212 of file ituh263dec.c.
Referenced by ff_h263_decode_frame().
int ff_h263_decode_motion | ( | MpegEncContext * | s, |
int | pred, | ||
int | f_code | ||
) |
Definition at line 269 of file ituh263dec.c.
Referenced by ff_h263_decode_mb(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), and preview_obmc().
|
static |
Definition at line 307 of file ituh263dec.c.
Referenced by ff_h263_decode_mb(), and preview_obmc().
|
static |
read the next MVs for OBMC.
yes this is an ugly hack, feel free to send a patch :)
Definition at line 337 of file ituh263dec.c.
Referenced by ff_h263_decode_mb().
|
static |
Definition at line 429 of file ituh263dec.c.
Referenced by ff_h263_decode_mb().
|
static |
Definition at line 442 of file ituh263dec.c.
Referenced by ff_h263_decode_mb(), and h263_skip_b_part().
|
static |
Definition at line 589 of file ituh263dec.c.
Referenced by ff_h263_decode_mb().
|
static |
Definition at line 611 of file ituh263dec.c.
Referenced by ff_h263_decode_mb().
|
inlinestatic |
Definition at line 631 of file ituh263dec.c.
Referenced by set_direct_mv().
|
static |
int ff_h263_decode_mb | ( | MpegEncContext * | s, |
int16_t | block[6][64] | ||
) |
Definition at line 696 of file ituh263dec.c.
Referenced by ff_h263_decode_init(), and rv10_decode_packet().
int ff_h263_decode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 998 of file ituh263dec.c.
Referenced by ff_h263_decode_frame().
|
static |
Definition at line 58 of file ituh263dec.c.
Referenced by ff_h263_decode_mb().
VLC ff_h263_intra_MCBPC_vlc |
Definition at line 98 of file ituh263dec.c.
Referenced by ff_h263_decode_init_vlc(), ff_h263_decode_mb(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), and msmpeg4v12_decode_mb().
VLC ff_h263_inter_MCBPC_vlc |
Definition at line 99 of file ituh263dec.c.
Referenced by ff_h263_decode_init_vlc(), ff_h263_decode_mb(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), msmpeg4v12_decode_mb(), and preview_obmc().
VLC ff_h263_cbpy_vlc |
Definition at line 100 of file ituh263dec.c.
Referenced by ff_h263_decode_init_vlc(), ff_h263_decode_mb(), mpeg4_decode_mb(), mpeg4_decode_partition_b(), msmpeg4v12_decode_mb(), and preview_obmc().
VLC ff_h263_mv_vlc |
Definition at line 101 of file ituh263dec.c.
Referenced by ff_h263_decode_init_vlc(), ff_h263_decode_motion(), and msmpeg4v2_decode_motion().
|
static |
Definition at line 102 of file ituh263dec.c.
Referenced by ff_h263_decode_init_vlc(), and ff_h263_decode_mb().
|
static |
Definition at line 103 of file ituh263dec.c.
Referenced by ff_h263_decode_init_vlc(), and ff_h263_decode_mb().