comparison x86/dsputilenc_mmx.c @ 8627:d6bab465b82c libavcodec

moves mid_pred() into mathops.h (with arch specific code split by directory)
author aurel
date Sun, 18 Jan 2009 22:57:40 +0000
parents 68e959302527
children 04423b2f6e0b
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
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 "libavcodec/mpegvideo.h" 27 #include "libavcodec/mpegvideo.h"
28 #include "libavcodec/mathops.h"
28 #include "dsputil_mmx.h" 29 #include "dsputil_mmx.h"
29 30
30 31
31 static void get_pixels_mmx(DCTELEM *block, const uint8_t *pixels, int line_size) 32 static void get_pixels_mmx(DCTELEM *block, const uint8_t *pixels, int line_size)
32 { 33 {