Commit 189b4315 authored by Dmitry Kovalev's avatar Dmitry Kovalev
Browse files

Removing unused last_skip_{probs_q, false_probs} arrays.

Change-Id: Id84a43583af57889e87462ce8b76e5a552f44826
parent 1a935e69
Branches
Tags
No related merge requests found
Showing with 0 additions and 3 deletions
...@@ -726,9 +726,6 @@ typedef struct VP9_COMP { ...@@ -726,9 +726,6 @@ typedef struct VP9_COMP {
int cpu_used; int cpu_used;
int pass; int pass;
vp9_prob last_skip_false_probs[3][SKIP_CONTEXTS];
int last_skip_probs_q[3];
int ref_frame_flags; int ref_frame_flags;
SPEED_FEATURES sf; SPEED_FEATURES sf;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment