comparison jpeglsenc.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 e943e1409077
children e9d9d946f213
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
26 */ 26 */
27 27
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "bitstream.h" 29 #include "bitstream.h"
30 #include "golomb.h" 30 #include "golomb.h"
31 #include "mathops.h"
31 #include "dsputil.h" 32 #include "dsputil.h"
32 #include "mjpeg.h" 33 #include "mjpeg.h"
33 #include "jpegls.h" 34 #include "jpegls.h"
34 35
35 36