summaryrefslogtreecommitdiff
path: root/vp8/common/findnearmv.h
diff options
context:
space:
mode:
authorJohann <johann.koenig@duck.com>2018-10-30 10:21:58 -0700
committerJohann <johann.koenig@duck.com>2018-10-30 10:36:45 -0700
commitaa660e0ea3b15d6bddbfe19460d983923cef19f2 (patch)
tree3076fe3a622e339601afda7687052bbc75e51817 /vp8/common/findnearmv.h
parente20be1b2340dd3115cd445eafd9c1c717b621298 (diff)
downloadlibvpx-aa660e0ea3b15d6bddbfe19460d983923cef19f2.tar
libvpx-aa660e0ea3b15d6bddbfe19460d983923cef19f2.tar.gz
libvpx-aa660e0ea3b15d6bddbfe19460d983923cef19f2.tar.bz2
libvpx-aa660e0ea3b15d6bddbfe19460d983923cef19f2.zip
clang-tidy: fix vp8/common parameters
Match function definitions to declarations BUG=webm:1444 Change-Id: Ib96d3b735eaf81cece5406c89cc5156bc2cde462
Diffstat (limited to 'vp8/common/findnearmv.h')
-rw-r--r--vp8/common/findnearmv.h2
1 files changed, 1 insertions, 1 deletions
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,