FFmpeg
Data Fields
Mpeg4VideoDSPContext Struct Reference

#include <mpeg4videodsp.h>

Data Fields

void(* gmc1 )(uint8_t *dst, const uint8_t *src, int srcStride, int h, int x16, int y16, int rounder)
 translational global motion compensation. More...
 
void(* gmc )(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)
 global motion compensation. More...
 

Detailed Description

Definition at line 28 of file mpeg4videodsp.h.

Field Documentation

◆ gmc1

void(* Mpeg4VideoDSPContext::gmc1) (uint8_t *dst, const uint8_t *src, int srcStride, int h, int x16, int y16, int rounder)

translational global motion compensation.

Definition at line 32 of file mpeg4videodsp.h.

◆ gmc

void(* Mpeg4VideoDSPContext::gmc) (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)

global motion compensation.

Definition at line 37 of file mpeg4videodsp.h.


The documentation for this struct was generated from the following file: