Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
a3a30c48
Commit
a3a30c48
authored
Feb 21, 2017
by
Angie Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No round in the second interp stage in conv_round
Change-Id: I05377f3d06b3a863e0372d100bc78ea1fbee9b82
parent
8c019d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/common/convolve.h
av1/common/convolve.h
+1
-1
No files found.
av1/common/convolve.h
View file @
a3a30c48
...
...
@@ -64,7 +64,7 @@ static INLINE ConvolveParams get_conv_params_no_round(int ref, int plane,
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment