diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-24 01:41:12 -0800 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-06-23 09:58:17 -0700 |
commit | fab9df63a3156ffe1f9490aafaea41e03ef60ddf (patch) | |
tree | f7f363e0676f471c373dc8aa90dbc6b3071065b7 /libavcodec/x86/dsputil_x86.h | |
parent | f23d26a6864128001b03876b0b92fffe131f2060 (diff) | |
download | ffmpeg-fab9df63a3156ffe1f9490aafaea41e03ef60ddf.tar.gz |
dsputil: Split off global motion compensation bits into a separate context
Diffstat (limited to 'libavcodec/x86/dsputil_x86.h')
-rw-r--r-- | libavcodec/x86/dsputil_x86.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/x86/dsputil_x86.h b/libavcodec/x86/dsputil_x86.h index eeb9ca6114..4beb6c11ca 100644 --- a/libavcodec/x86/dsputil_x86.h +++ b/libavcodec/x86/dsputil_x86.h @@ -41,9 +41,4 @@ void ff_put_signed_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels, void ff_draw_edges_mmx(uint8_t *buf, int wrap, int width, int height, int w, int h, int sides); -void ff_gmc_mmx(uint8_t *dst, 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); - #endif /* AVCODEC_X86_DSPUTIL_X86_H */ |