Fix a build issue

Change-Id: I23a75c495ed7ea917d7f312bef0990e20a6b53d9
This commit is contained in:
Yaowu Xu 2013-07-12 11:38:44 -07:00
parent 94c481f9f1
commit fb754b182f

View File

@ -299,7 +299,7 @@ static BLOCK_SIZE_TYPE get_plane_block_size(BLOCK_SIZE_TYPE bsize,
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;