shithub: libvpx

Download patch

ref: c1486f0efa70fdc1cebf1b065e73211d8f689b60
parent: 0ce2d6577c025e88845e2c2809924255c59dc0c3
parent: 189b4315cae50ed097694ae45f16f621c840fba6
author: Dmitry Kovalev <[email protected]>
date: Wed Mar 12 06:33:36 EDT 2014

Merge "Removing unused last_skip_{probs_q, false_probs} arrays."

--- 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;