#include "config.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
Go to the source code of this file.
Definition in file msmpeg4.h.
#define ENABLE_MSMPEG4 (ENABLE_MSMPEG4_DECODER || ENABLE_MSMPEG4_ENCODER) |
#define ENABLE_MSMPEG4_DECODER |
Value:
(ENABLE_MSMPEG4V1_DECODER || \ ENABLE_MSMPEG4V2_DECODER || \ ENABLE_MSMPEG4V3_DECODER || \ ENABLE_WMV2_DECODER)
Definition at line 52 of file msmpeg4.h.
Referenced by ff_h263_decode_frame(), and ff_h263_decode_init().
#define ENABLE_MSMPEG4_ENCODER |
Value:
(ENABLE_MSMPEG4V1_ENCODER || \ ENABLE_MSMPEG4V2_ENCODER || \ ENABLE_MSMPEG4V3_ENCODER || \ ENABLE_WMV2_ENCODER)
Definition at line 56 of file msmpeg4.h.
Referenced by encode_mb_internal(), encode_picture(), encode_thread(), and MPV_encode_init().
#define ENABLE_WMV2 (ENABLE_WMV2_DECODER || ENABLE_WMV2_ENCODER) |
#define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER) |
#define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER) |
#define INTER_INTRA_VLC_BITS 3 |
Definition at line 34 of file msmpeg4.h.
Referenced by ff_msmpeg4_decode_init(), ff_wmv2_decode_mb(), and msmpeg4v34_decode_mb().
#define MB_INTRA_VLC_BITS 9 |
Definition at line 36 of file msmpeg4.h.
Referenced by ff_msmpeg4_decode_init(), ff_wmv2_decode_mb(), msmpeg4v34_decode_mb(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), and vc1_init_common().
#define MB_NON_INTRA_VLC_BITS 9 |
Definition at line 35 of file msmpeg4.h.
Referenced by ff_msmpeg4_decode_init(), ff_wmv2_decode_mb(), and msmpeg4v34_decode_mb().
void ff_msmpeg4_code012 | ( | PutBitContext * | pb, | |
int | n | |||
) |
Referenced by ff_wmv2_encode_picture_header().
int ff_msmpeg4_coded_block_pred | ( | MpegEncContext * | s, | |
int | n, | |||
uint8_t ** | coded_block_ptr | |||
) |
Definition at line 388 of file msmpeg4.c.
Referenced by ff_wmv2_decode_mb(), ff_wmv2_encode_mb(), and msmpeg4v34_decode_mb().
int ff_msmpeg4_decode_block | ( | MpegEncContext * | s, | |
DCTELEM * | block, | |||
int | n, | |||
int | coded, | |||
const uint8_t * | scan_table | |||
) |
Definition at line 1603 of file msmpeg4.c.
Referenced by ff_wmv2_decode_mb(), msmpeg4v12_decode_mb(), msmpeg4v34_decode_mb(), and wmv2_decode_inter_block().
int ff_msmpeg4_decode_motion | ( | MpegEncContext * | s, | |
int * | mx_ptr, | |||
int * | my_ptr | |||
) |
Definition at line 1907 of file msmpeg4.c.
Referenced by msmpeg4v34_decode_mb(), and wmv2_decode_motion().
void ff_msmpeg4_encode_block | ( | MpegEncContext * | s, | |
DCTELEM * | block, | |||
int | n | |||
) |
void ff_msmpeg4_encode_motion | ( | MpegEncContext * | s, | |
int | mx, | |||
int | my | |||
) |
Referenced by ff_wmv2_encode_mb().
void ff_msmpeg4_handle_slices | ( | MpegEncContext * | s | ) |
Referenced by ff_wmv2_encode_mb().
int ff_wmv2_decode_mb | ( | MpegEncContext * | s, | |
DCTELEM | block[6][64] | |||
) |