From 8f229caf877740e208ffa350077d0fa56b2a2871 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Sun, 29 Sep 2013 19:32:53 -0700 Subject: [PATCH] lint issues in mvref_common.c Change-Id: If6a7a8c48fefc69349c792d8ed52a6e1d374e46e --- vp9/common/vp9_mvref_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/common/vp9_mvref_common.c b/vp9/common/vp9_mvref_common.c index a444b8555..659079639 100644 --- a/vp9/common/vp9_mvref_common.c +++ b/vp9/common/vp9_mvref_common.c @@ -108,7 +108,7 @@ static const int idx_n_column_to_subblock[4][2] = { }; // clamp_mv_ref -#define MV_BORDER (16 << 3) // Allow 16 pels in 1/8th pel units +#define MV_BORDER (16 << 3) // Allow 16 pels in 1/8th pel units static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) { clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER, -- 2.40.0