FFmpeg
Data Structures | Functions
mpeg4videodsp.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  Mpeg4VideoDSPContext
 

Functions

void ff_gmc_c (uint8_t *dst, const uint8_t *src, int stride, int h, int ox, int oy, int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height)
 
void ff_mpeg4videodsp_init (Mpeg4VideoDSPContext *c)
 
void ff_mpeg4videodsp_init_ppc (Mpeg4VideoDSPContext *c)
 
void ff_mpeg4videodsp_init_x86 (Mpeg4VideoDSPContext *c)
 

Function Documentation

◆ ff_gmc_c()

void ff_gmc_c ( uint8_t *  dst,
const uint8_t *  src,
int  stride,
int  h,
int  ox,
int  oy,
int  dxx,
int  dxy,
int  dyx,
int  dyy,
int  shift,
int  r,
int  width,
int  height 
)

Definition at line 47 of file mpeg4videodsp.c.

Referenced by ff_mpeg4videodsp_init().

◆ ff_mpeg4videodsp_init()

void ff_mpeg4videodsp_init ( Mpeg4VideoDSPContext c)

Definition at line 110 of file mpeg4videodsp.c.

◆ ff_mpeg4videodsp_init_ppc()

void ff_mpeg4videodsp_init_ppc ( Mpeg4VideoDSPContext c)

Definition at line 131 of file mpeg4videodsp.c.

Referenced by ff_mpeg4videodsp_init().

◆ ff_mpeg4videodsp_init_x86()

void ff_mpeg4videodsp_init_x86 ( Mpeg4VideoDSPContext c)

Definition at line 153 of file mpeg4videodsp.c.

Referenced by ff_mpeg4videodsp_init().