summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-09-29 19:32:53 -0700
committerJim Bankoski <jimbankoski@google.com>2013-09-29 19:32:53 -0700
commit8f229caf877740e208ffa350077d0fa56b2a2871 (patch)
tree91b586a03551fcf893dc4f369adc5b221731cbdb
parent4ecdf26d9c56b911217d991e74e123de1f698984 (diff)
downloadlibvpx-8f229caf877740e208ffa350077d0fa56b2a2871.tar
libvpx-8f229caf877740e208ffa350077d0fa56b2a2871.tar.gz
libvpx-8f229caf877740e208ffa350077d0fa56b2a2871.tar.bz2
libvpx-8f229caf877740e208ffa350077d0fa56b2a2871.zip
lint issues in mvref_common.c
Change-Id: If6a7a8c48fefc69349c792d8ed52a6e1d374e46e
-rw-r--r--vp9/common/vp9_mvref_common.c2
1 files changed, 1 insertions, 1 deletions
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,