comparison roqvideoenc.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 9a72bea281c3
children e49a2e1f0020
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
58 #include <unistd.h> 58 #include <unistd.h>
59 59
60 #include "roqvideo.h" 60 #include "roqvideo.h"
61 #include "bytestream.h" 61 #include "bytestream.h"
62 #include "elbg.h" 62 #include "elbg.h"
63 #include "mathops.h"
63 64
64 #define CHROMA_BIAS 1 65 #define CHROMA_BIAS 1
65 66
66 /** 67 /**
67 * Maximum number of generated 4x4 codebooks. Can't be 256 to workaround a 68 * Maximum number of generated 4x4 codebooks. Can't be 256 to workaround a