]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mathops.h
dca: Move data tables from a header to an object file
[ffmpeg] / libavcodec / mathops.h
index 0489a602c3c39838c114164461384c067b776b0b..7af13e19e016918a6d6516b8b62b2f513f6e2b50 100644 (file)
 #include "libavutil/common.h"
 #include "config.h"
 
+#define MAX_NEG_CROP 1024
+
 extern const uint32_t ff_inverse[257];
 extern const uint8_t  ff_reverse[256];
 extern const uint8_t ff_sqrt_tab[256];
+extern const uint8_t ff_crop_tab[256 + 2 * MAX_NEG_CROP];
+extern const uint8_t ff_zigzag_direct[64];
 
 #if   ARCH_ARM
 #   include "arm/mathops.h"