FFmpeg
Functions
msmpeg4.c File Reference

MSMPEG4 backend for encoder and decoder. More...

#include "avcodec.h"
#include "idctdsp.h"
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "libavutil/x86/asm.h"
#include "h263.h"
#include "mpeg4video.h"
#include "msmpeg4data.h"
#include "mpegvideodata.h"
#include "vc1data.h"
#include "libavutil/imgutils.h"

Functions

av_cold 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)
 

Detailed Description

MSMPEG4 backend for encoder and decoder.