summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-08-23 19:30:33 -0700
committerJames Zern <jzern@google.com>2013-08-29 13:27:41 -0700
commitd765df2796de1ee727c0a62f28b507b7f0db84f9 (patch)
tree868912fd339e0814fad5f413b2fbb891c466600e /vp9/common/vp9_entropymode.h
parentaa05321262dc8ec3726928dc44acce4056c4df78 (diff)
downloadlibvpx-d765df2796de1ee727c0a62f28b507b7f0db84f9.tar
libvpx-d765df2796de1ee727c0a62f28b507b7f0db84f9.tar.gz
libvpx-d765df2796de1ee727c0a62f28b507b7f0db84f9.tar.bz2
libvpx-d765df2796de1ee727c0a62f28b507b7f0db84f9.zip
consistently name VP9_COMMON variables #3
stragglers Change-Id: Ib1e853f9a331b7b66639dc34d79568d84d1930f1
Diffstat (limited to 'vp9/common/vp9_entropymode.h')
-rw-r--r--vp9/common/vp9_entropymode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/vp9_entropymode.h b/vp9/common/vp9_entropymode.h
index 2f8085df6..4cf4c0392 100644
--- a/vp9/common/vp9_entropymode.h
+++ b/vp9/common/vp9_entropymode.h
@@ -58,9 +58,9 @@ void vp9_entropy_mode_init();
void vp9_setup_past_independence(struct VP9Common *cm);
-void vp9_init_mbmode_probs(struct VP9Common *x);
+void vp9_init_mbmode_probs(struct VP9Common *cm);
-void vp9_adapt_mode_probs(struct VP9Common *);
+void vp9_adapt_mode_probs(struct VP9Common *cm);
void tx_counts_to_branch_counts_32x32(unsigned int *tx_count_32x32p,
unsigned int (*ct_32x32p)[2]);