summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-26 09:19:33 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-26 14:03:55 +0200
commitef07ac1e126b95ad7e1b56504c19b59901265c3e (patch)
tree1cd3c01ba9fa9350d10e4f55eeb6664769292bce /libavcodec/cavs.h
parent09bd0ea94ea432807a0b0ee25c3f7da9e4155bfe (diff)
cavs: Move data tables used in only one place to that file
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r--libavcodec/cavs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h
index eda76a8d8e..e18503ba4b 100644
--- a/libavcodec/cavs.h
+++ b/libavcodec/cavs.h
@@ -225,20 +225,8 @@ typedef struct {
DCTELEM *block;
} AVSContext;
-extern const uint8_t ff_cavs_dequant_shift[64];
-extern const uint16_t ff_cavs_dequant_mul[64];
-extern const struct dec_2dvlc ff_cavs_intra_dec[7];
-extern const struct dec_2dvlc ff_cavs_inter_dec[7];
-extern const struct dec_2dvlc ff_cavs_chroma_dec[5];
-extern const uint8_t ff_cavs_chroma_qp[64];
-extern const uint8_t ff_cavs_scan3x3[4];
extern const uint8_t ff_cavs_partition_flags[30];
-extern const int8_t ff_left_modifier_l[8];
-extern const int8_t ff_top_modifier_l[8];
-extern const int8_t ff_left_modifier_c[7];
-extern const int8_t ff_top_modifier_c[7];
extern const cavs_vector ff_cavs_intra_mv;
-extern const cavs_vector ff_cavs_un_mv;
extern const cavs_vector ff_cavs_dir_mv;
static inline void modify_pred(const int8_t *mod_table, int *mode)