]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/arm/vp8.h
avcodec: Stop exporting the removed audio_resample* symbols
[ffmpeg] / libavcodec / arm / vp8.h
index fc6523e690127ae1ba61144d1829bc38781be79c..cd3428bea2fbb32da9d69e26510a275757df2c5e 100644 (file)
 #ifndef AVCODEC_ARM_VP8_H
 #define AVCODEC_ARM_VP8_H
 
+#include <stdint.h>
+
 #include "config.h"
+#include "libavcodec/vp56.h"
+#include "libavcodec/vp8.h"
 
-#if HAVE_ARMV6
+#if HAVE_ARMV6_EXTERNAL
 #define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
-int ff_decode_block_coeffs_armv6(VP56RangeCoder *rc, DCTELEM block[16],
+int ff_decode_block_coeffs_armv6(VP56RangeCoder *rc, int16_t block[16],
                                  uint8_t probs[8][3][NUM_DCT_TOKENS-1],
                                  int i, uint8_t *token_prob, int16_t qmul[2]);
 #endif