From aa660e0ea3b15d6bddbfe19460d983923cef19f2 Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 30 Oct 2018 10:21:58 -0700 Subject: clang-tidy: fix vp8/common parameters Match function definitions to declarations BUG=webm:1444 Change-Id: Ib96d3b735eaf81cece5406c89cc5156bc2cde462 --- vp8/common/findnearmv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp8/common/findnearmv.h') diff --git a/vp8/common/findnearmv.h b/vp8/common/findnearmv.h index 9bb6c2e9f..d7db9544a 100644 --- a/vp8/common/findnearmv.h +++ b/vp8/common/findnearmv.h @@ -70,7 +70,7 @@ static INLINE unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, } void vp8_find_near_mvs(MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, - int_mv *nearby, int_mv *best, int near_mv_ref_cts[4], + int_mv *nearby, int_mv *best_mv, int near_mv_ref_cnts[4], int refframe, int *ref_frame_sign_bias); int vp8_find_near_mvs_bias(MACROBLOCKD *xd, const MODE_INFO *here, -- cgit v1.2.3