FFmpeg
Functions
mpegvideodsp.c File Reference
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "mpegvideodsp.h"

Go to the source code of this file.

Functions

static void gmc1_c (uint8_t *dst, const uint8_t *src, int stride, int h, int x16, int y16, int rounder)
 
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)
 
av_cold void ff_mpegvideodsp_init (MpegVideoDSPContext *c)
 

Function Documentation

◆ gmc1_c()

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

Definition at line 24 of file mpegvideodsp.c.

Referenced by ff_mpegvideodsp_init().

◆ 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 mpegvideodsp.c.

Referenced by ff_mpegvideodsp_init().

◆ ff_mpegvideodsp_init()

av_cold void ff_mpegvideodsp_init ( MpegVideoDSPContext c)

Definition at line 110 of file mpegvideodsp.c.

Referenced by dct_init().