From: Scott LaVarnway Date: Tue, 21 May 2013 18:22:09 +0000 (-0400) Subject: Removed diff from macroblockd_plane X-Git-Tag: v1.3.0~1104^2~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d0110fd8eb279cb9196b205ad0c6c206153af28;p=libvpx Removed diff from macroblockd_plane No longer used. Change-Id: I171c5fa33a7600ad45b9466af23a46ccbdfe0480 --- 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;