FFmpeg
Macros | Functions
msmpeg4.h File Reference
#include <stdint.h>
#include "mpegvideo.h"

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)
 

Macro Definition Documentation

◆ II_BITRATE

#define II_BITRATE   128*1024

Definition at line 29 of file msmpeg4.h.

◆ MBAC_BITRATE

#define MBAC_BITRATE   50*1024

Definition at line 30 of file msmpeg4.h.

◆ DC_MAX

#define DC_MAX   119

Definition at line 32 of file msmpeg4.h.

Function Documentation

◆ ff_msmpeg4_common_init()

void ff_msmpeg4_common_init ( MpegEncContext s)

Definition at line 118 of file msmpeg4.c.

Referenced by ff_msmpeg4_decode_init(), and ff_msmpeg4_encode_init().

◆ ff_msmpeg4_coded_block_pred()

int ff_msmpeg4_coded_block_pred ( MpegEncContext s,
int  n,
uint8_t **  coded_block_ptr 
)

◆ ff_msmpeg4_pred_dc()

int ff_msmpeg4_pred_dc ( MpegEncContext s,
int  n,
int16_t **  dc_val_ptr,
int dir_ptr 
)

Definition at line 198 of file msmpeg4.c.

Referenced by msmpeg4_decode_dc(), and msmpeg4_encode_dc().