Merge "Fix a build issue"

This commit is contained in:
Yaowu Xu 2013-07-12 16:17:22 -07:00 committed by Gerrit Code Review
commit cdea4a7c66

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;