summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-09-28 21:53:03 +0100
committerMans Rullgard <mans@mansr.com>2011-09-30 19:01:23 +0100
commitbf5d46d8e6de1f3035adb63b50924f474fabb578 (patch)
tree3c03dadca290f8733800fa9882d5fa3ab7c21762 /libavcodec/dcadata.h
parent6326afd5e90cfed9df08b652a1cd6f6a948c239a (diff)
dca: NEON optimised high freq VQ decoding
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dcadata.h')
-rw-r--r--libavcodec/dcadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index ed3ec4ee52..0a83cdfae7 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -4224,7 +4224,7 @@ static const float lossless_quant_d[32] = {
/* Vector quantization tables */
-static const int8_t high_freq_vq[1024][32] =
+DECLARE_ALIGNED(8, static const int8_t, high_freq_vq)[1024][32] =
{
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },