From d36cc98ee3a9bf37865c8fc83774f9982bbc6dd6 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 29 Oct 2012 21:42:10 -0700 Subject: boolhuff/dboolhuff: give exported symbols a vp9_ prefix. Change-Id: I2f1781c70b14bf1d7b6da75d1501718445552af0 --- vp8/encoder/boolhuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp8/encoder/boolhuff.h') diff --git a/vp8/encoder/boolhuff.h b/vp8/encoder/boolhuff.h index ac9426911..6c86509c6 100644 --- a/vp8/encoder/boolhuff.h +++ b/vp8/encoder/boolhuff.h @@ -44,7 +44,7 @@ extern void vp8_encode_uniform(BOOL_CODER *bc, int v, int n); extern void vp8_encode_term_subexp(BOOL_CODER *bc, int v, int k, int n); extern int vp8_count_uniform(int v, int n); extern int vp8_count_term_subexp(int v, int k, int n); -extern int recenter_nonneg(int v, int m); +extern int vp9_recenter_nonneg(int v, int m); DECLARE_ALIGNED(16, extern const unsigned char, vp8_norm[256]); -- cgit v1.2.3