Index: source/libvpx/vp9/common/vp9_mvref_common.h |
=================================================================== |
--- source/libvpx/vp9/common/vp9_mvref_common.h (revision 251189) |
+++ source/libvpx/vp9/common/vp9_mvref_common.h (working copy) |
@@ -48,7 +48,7 @@ |
int_mv *mvlist, int_mv *nearest, int_mv *near); |
// TODO(jingning): this mv clamping function should be block size dependent. |
-static void clamp_mv2(MV *mv, const MACROBLOCKD *xd) { |
+static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) { |
clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN, |
xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN, |
xd->mb_to_top_edge - LEFT_TOP_MARGIN, |