summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2013-05-17 06:59:09 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-05-17 06:59:09 -0700
commit61e2eac61d6c10f8ba49edb9c69559dc95ee81eb (patch)
treef548b809a4a2576058db8a42472580c85aea7a69 /vp9/encoder/vp9_onyx_int.h
parent51bc4bf4a05cf2de8b4e6c035e53b8710d0b17d6 (diff)
parent6ff3eb1647c68c9afcd2e57f184eea5f3d369d57 (diff)
downloadlibvpx-61e2eac61d6c10f8ba49edb9c69559dc95ee81eb.tar
libvpx-61e2eac61d6c10f8ba49edb9c69559dc95ee81eb.tar.gz
libvpx-61e2eac61d6c10f8ba49edb9c69559dc95ee81eb.tar.bz2
libvpx-61e2eac61d6c10f8ba49edb9c69559dc95ee81eb.zip
Merge "New inter mode context." into experimental
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index c6808ae2b..54caf1d1a 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -611,6 +611,10 @@ typedef struct VP9_COMP {
int this_frame_weight;
int max_arf_level;
#endif
+
+#ifdef ENTROPY_STATS
+ int64_t mv_ref_stats[INTER_MODE_CONTEXTS][4][2];
+#endif
} VP9_COMP;
void vp9_encode_frame(VP9_COMP *cpi);