summaryrefslogtreecommitdiff
path: root/vp10/common/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/common/entropy.h')
-rw-r--r--vp10/common/entropy.h6
1 files changed, 3 insertions, 3 deletions
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.