summaryrefslogtreecommitdiff
path: root/source/libvpx/vp9/decoder/vp9_onyxd_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/libvpx/vp9/decoder/vp9_onyxd_int.h')
-rw-r--r--source/libvpx/vp9/decoder/vp9_onyxd_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/libvpx/vp9/decoder/vp9_onyxd_int.h b/source/libvpx/vp9/decoder/vp9_onyxd_int.h
index 83ea967..e90f892 100644
--- a/source/libvpx/vp9/decoder/vp9_onyxd_int.h
+++ b/source/libvpx/vp9/decoder/vp9_onyxd_int.h
@@ -22,6 +22,8 @@ typedef struct VP9Decompressor {
DECLARE_ALIGNED(16, VP9_COMMON, common);
+ DECLARE_ALIGNED(16, int16_t, dqcoeff[MAX_MB_PLANE][64 * 64]);
+
VP9D_CONFIG oxcf;
const uint8_t *source;