Searched refs:dxx (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideodsp.c | 30 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/ |
D | mpegvideodsp.h | 25 int dxx, int dxy, int dyx, int dyy, int shift, int r, 39 int dxx, int dxy, int dyx, int dyy,
|
D | mpegvideodsp.c | 48 int dxx, int dxy, int dyx, int dyy, int shift, int r, in ff_gmc_c() argument 102 vx += dxx; in ff_gmc_c()
|