OSDN Git Service

x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c
authorDiego Biurrun <diego@biurrun.de>
Tue, 23 Apr 2013 16:36:25 +0000 (18:36 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 6 May 2013 09:02:08 +0000 (11:02 +0200)
commit110796739ab32854dc0b6b0a1c95e6ae98889062
tree791ef80e5624c0641e94b1c6c97a088b3038d68c
parentdc1b328d0df6e5ad5ff0ca4ae031e08466624f9c
x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c

The function is only instantiated once, so there is no point
in keeping it in a template file.
libavcodec/x86/Makefile
libavcodec/x86/dsputil_mmx.h
libavcodec/x86/hpeldsp_init.c
libavcodec/x86/hpeldsp_mmx.c [new file with mode: 0644]
libavcodec/x86/hpeldsp_rnd_template.c