]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/simple_idct.c
SSSE3 versions of vp8 width4 bilinear MC functions
[ffmpeg] / libavcodec / simple_idct.c
index 914b491ec9d0fcc87457c62e356988ae6e7db3f5..475be6d2d408cf549b44065743545aeeb784df2e 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file simple_idct.c
+ * @file
  * simpleidct in C.
  */
 
@@ -66,7 +66,7 @@ static inline void idctRowCondDC (DCTELEM * row)
 #endif
 
 #if HAVE_FAST_64BIT
-#ifdef WORDS_BIGENDIAN
+#if HAVE_BIGENDIAN
 #define ROW0_MASK 0xffff000000000000LL
 #else
 #define ROW0_MASK 0xffffLL