FFmpeg
Loading...
Searching...
No Matches
mpeg4videodsp.c File Reference
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "mpeg4videodsp.h"

Go to the source code of this file.

Functions

static void gmc1_c (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x16, int y16, int rounder)
 
void ff_gmc_c (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int ox, int oy, int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height)
 
av_cold void ff_mpeg4videodsp_init (Mpeg4VideoDSPContext *c)
 

Function Documentation

◆ gmc1_c()

static void gmc1_c ( uint8_t * dst,
const uint8_t * src,
ptrdiff_t stride,
int h,
int x16,
int y16,
int rounder )
static

Definition at line 24 of file mpeg4videodsp.c.

Referenced by ff_mpeg4videodsp_init().

◆ ff_gmc_c()

void ff_gmc_c ( uint8_t * dst,
const uint8_t * src,
ptrdiff_t 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()

av_cold void ff_mpeg4videodsp_init ( Mpeg4VideoDSPContext * c)

Definition at line 110 of file mpeg4videodsp.c.

Referenced by checkasm_check_mpeg4videodsp().