FFmpeg
Loading...
Searching...
No Matches
Mpeg4VideoDSPContext Struct Reference

#include <mpeg4videodsp.h>

Data Fields

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

Detailed Description

Definition at line 29 of file mpeg4videodsp.h.

Field Documentation

◆ gmc1

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

translational global motion compensation.

Definition at line 33 of file mpeg4videodsp.h.

◆ gmc

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

global motion compensation.

Definition at line 38 of file mpeg4videodsp.h.

Referenced by checkasm_check_gmc(), and checkasm_check_mpeg4videodsp().


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