summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-09-30 10:41:50 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-09-30 10:41:50 -0700
commitd35e9a0c533ae67d71e1a4b7c308a9d80fc3d756 (patch)
tree2705ed5eddc6f19dbec3c401200dac13cc848da4
parent14916b0ca65ef3ff8fc7542491d8f15138333a0a (diff)
parent8f229caf877740e208ffa350077d0fa56b2a2871 (diff)
downloadlibvpx-d35e9a0c533ae67d71e1a4b7c308a9d80fc3d756.tar
libvpx-d35e9a0c533ae67d71e1a4b7c308a9d80fc3d756.tar.gz
libvpx-d35e9a0c533ae67d71e1a4b7c308a9d80fc3d756.tar.bz2
libvpx-d35e9a0c533ae67d71e1a4b7c308a9d80fc3d756.zip
Merge "lint issues in mvref_common.c"
-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,