Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideodsp.c47 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()
Dmpegvideodsp.h24 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideodsp.c66 ff_gmc_c(dst, src, stride, h, ox, oy, dxx, dxy, dyx, dyy, in gmc_mmx()