summaryrefslogtreecommitdiff
path: root/vp10/common/entropy.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-08-13 14:55:28 -0700
committerYaowu Xu <yaowu@google.com>2015-08-13 15:00:19 -0700
commitafb6b4b8520d3a34294acb3c569fa8fc6ef472e5 (patch)
tree0028155f4979f57af8c8de56d351b3fcb3719581 /vp10/common/entropy.h
parentcf9366e5041fcdcd4f7166fb1a49e58af501ac02 (diff)
downloadlibvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar.gz
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar.bz2
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.zip
VP9Common -> VP10Common
Change-Id: Ifddc68a8ab020f35a266ffc74429363301fe7d9e
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.