Home
last modified time | relevance | path

Searched refs:dxx (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dmpegvideodsp.c30 int dxx, int dxy, int dyx, int dyy, in gmc_mmx() argument
38 const int dxxs = dxx >> 4; in gmc_mmx()
51 const int dxw = (dxx - (1 << (16 + shift))) * (w - 1); in gmc_mmx()
63 (dxx | dxy | dyx | dyy) & 15 || in gmc_mmx()
66 ff_gmc_c(dst, src, stride, h, ox, oy, dxx, dxy, dyx, dyy, in gmc_mmx()
/third_party/ffmpeg/libavcodec/
Dmpegvideodsp.h25 int dxx, int dxy, int dyx, int dyy, int shift, int r,
39 int dxx, int dxy, int dyx, int dyy,
Dmpegvideodsp.c48 int dxx, int dxy, int dyx, int dyy, int shift, int r, in ff_gmc_c() argument
102 vx += dxx; in ff_gmc_c()