comparison x86/motion_est_mmx.c @ 10114:8b9fc0c8f1cc libavcodec

Move declarations of some mmx functions to dsputil_mmx.h
author mru
date Sat, 29 Aug 2009 16:55:50 +0000
parents 52c348a0740f
children 34a65026fa06
comparison
equal deleted inserted replaced
10113:4b99f60333ca 10114:8b9fc0c8f1cc
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */ 23 */
24 24
25 #include "libavutil/x86_cpu.h" 25 #include "libavutil/x86_cpu.h"
26 #include "libavcodec/dsputil.h" 26 #include "libavcodec/dsputil.h"
27 #include "dsputil_mmx.h"
27 28
28 DECLARE_ASM_CONST(8, uint64_t, round_tab[3])={ 29 DECLARE_ASM_CONST(8, uint64_t, round_tab[3])={
29 0x0000000000000000ULL, 30 0x0000000000000000ULL,
30 0x0001000100010001ULL, 31 0x0001000100010001ULL,
31 0x0002000200020002ULL, 32 0x0002000200020002ULL,