commit | cdea4a7c6646b572274f84cf0791012966edca89 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Fri Jul 12 16:17:22 2013 -0700 |
committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | Fri Jul 12 16:17:22 2013 -0700 |
tree | 7eba95eca99f5afa480749ca6c0d9235d9fb21ea | |
parent | aa518af8c71b1d9ab9798053bdc7113e0c4366dc [diff] | |
parent | fb754b182f236730086753886961d5ea5c8efb5e [diff] |
Merge "Fix a build issue"
diff --git a/vp9/encoder/vp9_rdopt.c b/vp9/encoder/vp9_rdopt.c index 05978d3..a70c904 100644 --- a/vp9/encoder/vp9_rdopt.c +++ b/vp9/encoder/vp9_rdopt.c
@@ -299,7 +299,7 @@ plane_block_height_log2by4(bsize, pd)); } -static inline void linear_interpolate2(double x, int ntab, int inv_step, +static INLINE void linear_interpolate2(double x, int ntab, int inv_step, const double *tab1, const double *tab2, double *v1, double *v2) { double y = x * inv_step;