FFmpeg
|
#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... | |
Definition at line 28 of file mpeg4videodsp.h.
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.
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.