No round in the second interp stage in conv_round Change-Id: I05377f3d06b3a863e0372d100bc78ea1fbee9b82
diff --git a/av1/common/convolve.h b/av1/common/convolve.h index 869e93b..19712fd 100644 --- a/av1/common/convolve.h +++ b/av1/common/convolve.h
@@ -64,7 +64,7 @@ conv_params.ref = ref; conv_params.round = CONVOLVE_OPT_NO_ROUND; conv_params.round_0 = 5; - conv_params.round_1 = 1; + conv_params.round_1 = 0; conv_params.dst = dst; conv_params.dst_stride = dst_stride; conv_params.plane = plane;