From d765df2796de1ee727c0a62f28b507b7f0db84f9 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 23 Aug 2013 19:30:33 -0700 Subject: consistently name VP9_COMMON variables #3 stragglers Change-Id: Ib1e853f9a331b7b66639dc34d79568d84d1930f1 --- vp9/common/vp9_entropymode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vp9/common/vp9_entropymode.h') 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]); -- cgit v1.2.3