comparison cavs.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 c3a96cea3453
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 "cavs.h" 32 #include "cavs.h"
32 #include "cavsdata.h" 33 #include "cavsdata.h"
33 34
34 /***************************************************************************** 35 /*****************************************************************************
35 * 36 *