From 0a74236bd486517ab91ee28b76e0f80428eb7904 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Mon, 13 Jan 2014 16:30:40 -0800 Subject: [PATCH] Removing unused switchable_interp_count[] field from VP9_COMP. Change-Id: I8eda5762728d981ab7757388741b598c665c26ca --- vp9/encoder/vp9_onyx_int.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.40.0