Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 210:c2b6d68a0671 libavcodec
mangle for win32 in postproc
| author | atmos4 |
|---|---|
| date | Sat, 19 Jan 2002 05:14:46 +0000 |
| parents | fbe0398a7a4d |
| children | 80edc2aaff86 |
comparison
equal
deleted
inserted
replaced
| 209:c0d8ecae7ac5 | 210:c2b6d68a0671 |
|---|---|
| 84 //#undef ARCH_X86 | 84 //#undef ARCH_X86 |
| 85 //#define DEBUG_BRIGHTNESS | 85 //#define DEBUG_BRIGHTNESS |
| 86 //#include "../libvo/fastmemcpy.h" | 86 //#include "../libvo/fastmemcpy.h" |
| 87 #include "postprocess.h" | 87 #include "postprocess.h" |
| 88 #include "../cpudetect.h" | 88 #include "../cpudetect.h" |
| 89 #include "../mangle.h" | |
| 89 | 90 |
| 90 #define MIN(a,b) ((a) > (b) ? (b) : (a)) | 91 #define MIN(a,b) ((a) > (b) ? (b) : (a)) |
| 91 #define MAX(a,b) ((a) < (b) ? (b) : (a)) | 92 #define MAX(a,b) ((a) < (b) ? (b) : (a)) |
| 92 #define ABS(a) ((a) > 0 ? (a) : (-(a))) | 93 #define ABS(a) ((a) > 0 ? (a) : (-(a))) |
| 93 #define SIGN(a) ((a) > 0 ? 1 : -1) | 94 #define SIGN(a) ((a) > 0 ? 1 : -1) |
