summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2013-05-21 14:22:09 -0400
committerScott LaVarnway <slavarnway@google.com>2013-05-21 14:22:09 -0400
commit3d0110fd8eb279cb9196b205ad0c6c206153af28 (patch)
treeefdd04a7177b6a3a270114bf8185cbaa2abd4efb
parent0c3f3bf1d592e72f076ffd3e551909aca4a8b9fe (diff)
downloadlibvpx-3d0110fd8eb279cb9196b205ad0c6c206153af28.tar
libvpx-3d0110fd8eb279cb9196b205ad0c6c206153af28.tar.gz
libvpx-3d0110fd8eb279cb9196b205ad0c6c206153af28.tar.bz2
libvpx-3d0110fd8eb279cb9196b205ad0c6c206153af28.zip
Removed diff from macroblockd_plane
No longer used. Change-Id: I171c5fa33a7600ad45b9466af23a46ccbdfe0480
-rw-r--r--vp9/common/vp9_blockd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h
index 26458e8a2..e795bbae7 100644
--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -307,7 +307,6 @@ struct macroblockd_plane {
DECLARE_ALIGNED(16, int16_t, qcoeff[64 * 64]);
DECLARE_ALIGNED(16, int16_t, dqcoeff[64 * 64]);
DECLARE_ALIGNED(16, uint16_t, eobs[256]);
- DECLARE_ALIGNED(16, int16_t, diff[64 * 64]);
PLANE_TYPE plane_type;
int subsampling_x;
int subsampling_y;