commit | a3a30c484562ea45e1467e036400d61e42bf969f | [log] [tgz] |
---|---|---|
author | Angie Chiang <angiebird@google.com> | Tue Feb 21 10:36:01 2017 -0800 |
committer | Angie Chiang <angiebird@google.com> | Wed Feb 22 18:46:57 2017 +0000 |
tree | b4091786100bd62c7a582910ab1e9464257bff94 | |
parent | 8c019d58c63aca526e8563044ad6dc9ce8311b88 [diff] |
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;