summaryrefslogtreecommitdiff
path: root/vp9/common/findnearmv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/findnearmv.h')
-rw-r--r--vp9/common/findnearmv.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/vp9/common/findnearmv.h b/vp9/common/findnearmv.h
index c53575ea9..64233ec23 100644
--- a/vp9/common/findnearmv.h
+++ b/vp9/common/findnearmv.h
@@ -79,17 +79,9 @@ static unsigned int check_mv_bounds(int_mv *mv,
(mv->as_mv.row > mb_to_bottom_edge);
}
-void vp9_find_near_mvs(MACROBLOCKD *xd,
- const MODE_INFO *here,
- const MODE_INFO *lfhere,
- int_mv *nearest, int_mv *nearby, int_mv *best,
- int near_mv_ref_cts[4],
- int refframe,
- int *ref_frame_sign_bias);
-
vp9_prob *vp9_mv_ref_probs(VP9_COMMON *pc,
vp9_prob p[VP9_MVREFS - 1],
- const int near_mv_ref_ct[4]);
+ const int context);
extern const unsigned char vp9_mbsplit_offset[4][16];