Index: source/libvpx/vp9/encoder/vp9_mbgraph.c |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_mbgraph.c (revision 282873) |
+++ source/libvpx/vp9/encoder/vp9_mbgraph.c (working copy) |
@@ -56,7 +56,7 @@ |
cpi->find_fractional_mv_step( |
x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit, |
&v_fn_ptr, 0, mv_sf->subpel_iters_per_step, NULL, NULL, &distortion, |
- &sse); |
+ &sse, NULL, 0, 0); |
} |
xd->mi[0]->mbmi.mode = NEWMV; |