summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-01-29 14:48:42 -0800
committerDmitry Kovalev <dkovalev@google.com>2014-01-29 14:48:42 -0800
commitb107f2c4708c05f40c3a2709ad83984ede48e1db (patch)
treef5be6874c97d1c60bc03e8fe2005428c41edbc74 /vp9/common/vp9_onyxc_int.h
parentafc8f4344885e47afcc8ae90463054b778a46efb (diff)
downloadlibvpx-b107f2c4708c05f40c3a2709ad83984ede48e1db.tar
libvpx-b107f2c4708c05f40c3a2709ad83984ede48e1db.tar.gz
libvpx-b107f2c4708c05f40c3a2709ad83984ede48e1db.tar.bz2
libvpx-b107f2c4708c05f40c3a2709ad83984ede48e1db.zip
Renaming "mbskip" to "skip".
Change-Id: I27a30b43eae026a77f92958e2238d02d9cdf7832
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 894134a0f..08139f5c1 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -60,7 +60,7 @@ typedef struct frame_contexts {
vp9_prob single_ref_prob[REF_CONTEXTS][2];
vp9_prob comp_ref_prob[REF_CONTEXTS];
struct tx_probs tx_probs;
- vp9_prob mbskip_probs[MBSKIP_CONTEXTS];
+ vp9_prob skip_probs[SKIP_CONTEXTS];
nmv_context nmvc;
} FRAME_CONTEXT;
@@ -79,7 +79,7 @@ typedef struct {
unsigned int single_ref[REF_CONTEXTS][2][2];
unsigned int comp_ref[REF_CONTEXTS][2];
struct tx_counts tx;
- unsigned int mbskip[MBSKIP_CONTEXTS][2];
+ unsigned int skip[SKIP_CONTEXTS][2];
nmv_context_counts mv;
} FRAME_COUNTS;