From: Dmitry Kovalev Date: Tue, 14 Jan 2014 00:30:40 +0000 (-0800) Subject: Removing unused switchable_interp_count[] field from VP9_COMP. X-Git-Tag: v1.4.0~2678^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a74236bd486517ab91ee28b76e0f80428eb7904;p=libvpx Removing unused switchable_interp_count[] field from VP9_COMP. Change-Id: I8eda5762728d981ab7757388741b598c665c26ca --- diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index a5be0f424..c758f2ee4 100644 --- a/vp9/encoder/vp9_onyx_int.h +++ b/vp9/encoder/vp9_onyx_int.h @@ -740,9 +740,6 @@ typedef struct VP9_COMP { int dummy_packing; /* flag to indicate if packing is dummy */ - unsigned int switchable_interp_count[SWITCHABLE_FILTER_CONTEXTS] - [SWITCHABLE_FILTERS]; - unsigned int tx_stepdown_count[TX_SIZES]; int initial_width;