FFmpeg
|
Go to the source code of this file.
Macros | |
#define | II_BITRATE 128*1024 |
#define | MBAC_BITRATE 50*1024 |
#define | DC_MAX 119 |
Functions | |
void | ff_msmpeg4_common_init (MpegEncContext *s) |
int | ff_msmpeg4_coded_block_pred (MpegEncContext *s, int n, uint8_t **coded_block_ptr) |
int | ff_msmpeg4_pred_dc (MpegEncContext *s, int n, int16_t **dc_val_ptr, int *dir_ptr) |
void ff_msmpeg4_common_init | ( | MpegEncContext * | s | ) |
Definition at line 114 of file msmpeg4.c.
Referenced by ff_msmpeg4_decode_init(), and ff_msmpeg4_encode_init().
int ff_msmpeg4_coded_block_pred | ( | MpegEncContext * | s, |
int | n, | ||
uint8_t ** | coded_block_ptr | ||
) |
Definition at line 154 of file msmpeg4.c.
Referenced by ff_msmpeg4_encode_mb(), ff_wmv2_encode_mb(), msmpeg4v34_decode_mb(), and wmv2_decode_mb().
int ff_msmpeg4_pred_dc | ( | MpegEncContext * | s, |
int | n, | ||
int16_t ** | dc_val_ptr, | ||
int * | dir_ptr | ||
) |
Definition at line 194 of file msmpeg4.c.
Referenced by msmpeg4_decode_dc(), and msmpeg4_encode_dc().