Removed diff from macroblockd_plane
authorScott LaVarnway <slavarnway@google.com>
Tue, 21 May 2013 18:22:09 +0000 (14:22 -0400)
committerScott LaVarnway <slavarnway@google.com>
Tue, 21 May 2013 18:22:09 +0000 (14:22 -0400)
No longer used.

Change-Id: I171c5fa33a7600ad45b9466af23a46ccbdfe0480

vp9/common/vp9_blockd.h

index 26458e8..e795bba 100644 (file)
@@ -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;