Searched refs:ff_gmc_c (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideodsp.c | 47 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, in ff_gmc_c() function 113 c->gmc = ff_gmc_c; in ff_mpegvideodsp_init()
|
D | mpegvideodsp.h | 24 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideodsp.c | 66 ff_gmc_c(dst, src, stride, h, ox, oy, dxx, dxy, dyx, dyy, in gmc_mmx()
|