shithub: libvpx

Download patch

ref: 189b4315cae50ed097694ae45f16f621c840fba6
parent: 1a935e69ea15dd0646585a24fbc8731aebc1c2ed
author: Dmitry Kovalev <[email protected]>
date: Mon Mar 10 14:49:13 EDT 2014

Removing unused last_skip_{probs_q, false_probs} arrays.

Change-Id: Id84a43583af57889e87462ce8b76e5a552f44826

--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -726,9 +726,6 @@
   int cpu_used;
   int pass;
 
-  vp9_prob last_skip_false_probs[3][SKIP_CONTEXTS];
-  int last_skip_probs_q[3];
-
   int ref_frame_flags;
 
   SPEED_FEATURES sf;