From 6965e6f3d5cef75a2cb72f4395126f7ecfacc5bc Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Mon, 14 Oct 2013 21:08:21 -0700 Subject: Removing print_prob_tree function and vp9_coeff_probs typedef. Change-Id: If14265084e9b4c85c75b43e8d33a6fafad468cbc --- vp9/common/vp9_entropy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vp9/common') diff --git a/vp9/common/vp9_entropy.h b/vp9/common/vp9_entropy.h index 02178b579..d3b5bba7c 100644 --- a/vp9/common/vp9_entropy.h +++ b/vp9/common/vp9_entropy.h @@ -95,8 +95,6 @@ typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] [ENTROPY_NODES][2]; -typedef vp9_prob vp9_coeff_probs[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] - [ENTROPY_NODES]; #define SUBEXP_PARAM 4 /* Subexponential code parameter */ #define MODULUS_PARAM 13 /* Modulus parameter */ -- cgit v1.2.3