summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2013-11-01 12:53:37 -0700
committerJingning Han <jingning@google.com>2013-11-11 16:24:39 -0800
commit3b3aea68344c6bb3107b8189d57c671f4101425f (patch)
tree3d25106ad5b888458ff0da276f351e536c7f6ddf /vp9/encoder/vp9_onyx_int.h
parent6f9549381dffa4168a80c7524bb52fc1e3b6ab93 (diff)
downloadlibvpx-3b3aea68344c6bb3107b8189d57c671f4101425f.tar
libvpx-3b3aea68344c6bb3107b8189d57c671f4101425f.tar.gz
libvpx-3b3aea68344c6bb3107b8189d57c671f4101425f.tar.bz2
libvpx-3b3aea68344c6bb3107b8189d57c671f4101425f.zip
Allocate dual buffer sets for encoding
Allocate memory space of dual buffer sets that store the coeff, qcoeff, dqcoeff, and eobs. Connect the pointers of macroblock_plane and macroblockd_plane to the actual buffer in use accordingly. Change-Id: I2f0b5f482ca879fae39095013eaf8901db20a5a4
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 839a92b7e..9e802123c 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -312,11 +312,6 @@ typedef struct VP9_COMP {
VP9_COMMON common;
VP9_CONFIG oxcf;
struct rdcost_block_args rdcost_stack;
-
- DECLARE_ALIGNED(16, int16_t, qcoeff[MAX_MB_PLANE][64 * 64]);
- DECLARE_ALIGNED(16, int16_t, dqcoeff[MAX_MB_PLANE][64 * 64]);
- DECLARE_ALIGNED(16, uint16_t, eobs[MAX_MB_PLANE][256]);
-
struct lookahead_ctx *lookahead;
struct lookahead_entry *source;
#if CONFIG_MULTIPLE_ARF