From afb6b4b8520d3a34294acb3c569fa8fc6ef472e5 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Thu, 13 Aug 2015 14:55:28 -0700 Subject: VP9Common -> VP10Common Change-Id: Ifddc68a8ab020f35a266ffc74429363301fe7d9e --- vp10/common/entropy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vp10/common/entropy.h') diff --git a/vp10/common/entropy.h b/vp10/common/entropy.h index 7b77855f8..fba7020a5 100644 --- a/vp10/common/entropy.h +++ b/vp10/common/entropy.h @@ -132,9 +132,9 @@ typedef unsigned int vp10_coeff_stats[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] #define SUBEXP_PARAM 4 /* Subexponential code parameter */ #define MODULUS_PARAM 13 /* Modulus parameter */ -struct VP9Common; -void vp10_default_coef_probs(struct VP9Common *cm); -void vp10_adapt_coef_probs(struct VP9Common *cm); +struct VP10Common; +void vp10_default_coef_probs(struct VP10Common *cm); +void vp10_adapt_coef_probs(struct VP10Common *cm); // This is the index in the scan order beyond which all coefficients for // 8x8 transform and above are in the top band. -- cgit v1.2.3