ref: cdea4a7c6646b572274f84cf0791012966edca89
parent: aa518af8c71b1d9ab9798053bdc7113e0c4366dc
parent: fb754b182f236730086753886961d5ea5c8efb5e
author: Yaowu Xu <yaowu@google.com>
date: Fri Jul 12 12:17:22 EDT 2013
Merge "Fix a build issue"
--- 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;
--
⑨