Go to the source code of this file.
Macros | |
| #define | SPRITE_TRAJ_VLC_BITS 6 |
| #define | DC_VLC_BITS 9 |
| #define | MB_TYPE_B_VLC_BITS 4 |
Variables | |
| static VLC | dc_lum |
| static VLC | dc_chrom |
| static VLC | sprite_trajectory |
| static VLC | mb_type_b_vlc |
| static const int | mb_type_b_map [4] |
| static const AVProfile | mpeg4_video_profiles [] |
| AVCodec | ff_mpeg4_decoder |
| #define DC_VLC_BITS 9 |
Definition at line 33 of file mpeg4videodec.c.
Referenced by decode_init(), and mpeg4_decode_dc().
| #define MB_TYPE_B_VLC_BITS 4 |
Definition at line 34 of file mpeg4videodec.c.
Referenced by decode_init(), and mpeg4_decode_mb().
| #define SPRITE_TRAJ_VLC_BITS 6 |
Definition at line 32 of file mpeg4videodec.c.
Referenced by decode_init(), and mpeg4_decode_sprite_trajectory().
|
static |
Definition at line 2201 of file mpeg4videodec.c.
|
static |
Decode the user data stuff in the header.
Also initializes divx/xvid/lavc_version/build.
Definition at line 1839 of file mpeg4videodec.c.
Referenced by ff_mpeg4_decode_picture_header().
|
static |
Definition at line 1526 of file mpeg4videodec.c.
Referenced by ff_mpeg4_decode_picture_header().
|
static |
Definition at line 1893 of file mpeg4videodec.c.
Referenced by ff_mpeg4_decode_picture_header().
| int ff_mpeg4_decode_partitions | ( | MpegEncContext * | s) |
Decode the first and second partition.
Definition at line 796 of file mpeg4videodec.c.
Referenced by decode_slice().
| int ff_mpeg4_decode_picture_header | ( | MpegEncContext * | s, |
| GetBitContext * | gb | ||
| ) |
Decode mpeg4 headers.
Definition at line 2112 of file mpeg4videodec.c.
Referenced by av_mpeg4_decode_header(), and ff_h263_decode_frame().
| int ff_mpeg4_decode_video_packet_header | ( | MpegEncContext * | s) |
Decode the next video packet.
Definition at line 353 of file mpeg4videodec.c.
Referenced by ff_h263_resync().
| void ff_mpeg4_pred_ac | ( | MpegEncContext * | s, |
| DCTELEM * | block, | ||
| int | n, | ||
| int | dir | ||
| ) |
Predict the ac.
| n | block index (0-3 are luma, 4-5 are chroma) |
| dir | the ac prediction direction |
Definition at line 53 of file mpeg4videodec.c.
Referenced by ff_msmpeg4_decode_block(), and mpeg4_decode_block().
|
inlinestatic |
Get the average motion vector for a GMC MB.
| n | either 0 for the x component or 1 for y |
Definition at line 452 of file mpeg4videodec.c.
Referenced by mpeg4_decode_mb(), and mpeg4_decode_partition_a().
|
inlinestatic |
Decode a block.
Definition at line 849 of file mpeg4videodec.c.
Referenced by mpeg4_decode_mb(), and mpeg4_decode_partitioned_mb().
|
inlinestatic |
Decode the dc value.
| n | block index (0-3 are luma, 4-5 are chroma) |
| dir_ptr | the prediction direction will be stored here |
Definition at line 499 of file mpeg4videodec.c.
Referenced by mpeg4_decode_block(), mpeg4_decode_partition_a(), and mpeg4_decode_partition_b().
|
static |
Definition at line 1493 of file mpeg4videodec.c.
Referenced by ff_mpeg4_decode_picture_header().
|
static |
Definition at line 1155 of file mpeg4videodec.c.
Referenced by decode_init(), and decode_vop_header().
|
static |
Decode first partition.
Definition at line 544 of file mpeg4videodec.c.
Referenced by ff_mpeg4_decode_partitions().
|
static |
decode second partition.
Definition at line 709 of file mpeg4videodec.c.
Referenced by ff_mpeg4_decode_partitions().
|
static |
decode partition C of one MB.
Definition at line 1073 of file mpeg4videodec.c.
Referenced by decode_vop_header().
|
static |
Definition at line 1510 of file mpeg4videodec.c.
Referenced by ff_mpeg4_decode_picture_header().
|
static |
Definition at line 155 of file mpeg4videodec.c.
Referenced by decode_vop_header(), and ff_mpeg4_decode_video_packet_header().
|
inlinestatic |
check if the next stuff is a resync marker or the end.
Definition at line 112 of file mpeg4videodec.c.
Referenced by mpeg4_decode_mb(), and mpeg4_decode_partitioned_mb().
|
static |
Definition at line 37 of file mpeg4videodec.c.
|
static |
Definition at line 37 of file mpeg4videodec.c.
| AVCodec ff_mpeg4_decoder |
Definition at line 2266 of file mpeg4videodec.c.
|
static |
|
static |
Definition at line 39 of file mpeg4videodec.c.
|
static |
Definition at line 2247 of file mpeg4videodec.c.
|
static |
Definition at line 38 of file mpeg4videodec.c.