Commit 8f229caf authored by Jim Bankoski's avatar Jim Bankoski
Browse files

lint issues in mvref_common.c

Change-Id: If6a7a8c48fefc69349c792d8ed52a6e1d374e46e
Showing with 1 addition and 1 deletion
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment