summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_subexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_subexp.h')
-rw-r--r--vp9/encoder/vp9_subexp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_subexp.h b/vp9/encoder/vp9_subexp.h
index 94cb3e1a8..b96823232 100644
--- a/vp9/encoder/vp9_subexp.h
+++ b/vp9/encoder/vp9_subexp.h
@@ -18,12 +18,12 @@ extern "C" {
#include "vpx_dsp/prob.h"
-struct vp9_writer;
+struct vpx_writer;
-void vp9_write_prob_diff_update(struct vp9_writer *w,
+void vp9_write_prob_diff_update(struct vpx_writer *w,
vpx_prob newp, vpx_prob oldp);
-void vp9_cond_prob_diff_update(struct vp9_writer *w, vpx_prob *oldp,
+void vp9_cond_prob_diff_update(struct vpx_writer *w, vpx_prob *oldp,
const unsigned int ct[2]);
int vp9_prob_diff_update_savings_search(const unsigned int *ct,