summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-01-24 14:47:59 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-01-24 14:47:59 -0800
commit29c1af295f728f7812a633ab37924445b0786467 (patch)
treec6496147bf9cfde7ca230f9f22c1f5c7eae206e8 /vp9/encoder
parent6a457ef794224cf2fa1c1be739f1135e441d1662 (diff)
parentf7ddbeba4aa9fff89c478cbeca456d214f8e25a6 (diff)
downloadlibvpx-29c1af295f728f7812a633ab37924445b0786467.tar
libvpx-29c1af295f728f7812a633ab37924445b0786467.tar.gz
libvpx-29c1af295f728f7812a633ab37924445b0786467.tar.bz2
libvpx-29c1af295f728f7812a633ab37924445b0786467.zip
Merge "Removing unused inter_mode_counts field from CODING_CONTEXT."
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_onyx_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 061232327..24ebe9bd4 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -72,7 +72,6 @@ typedef struct {
// 0 = ZERO_MV, MV
signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS];
- int inter_mode_counts[INTER_MODE_CONTEXTS][INTER_MODES - 1][2];
FRAME_CONTEXT fc;
} CODING_CONTEXT;