Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
eab77ea9
Commit
eab77ea9
authored
Oct 13, 2016
by
Jean-Marc Valin
Committed by
Yaowu Xu
Nov 02, 2016
Browse files
Using the copied input for od_dir_find8()
No change in output Change-Id: Iec1411c35bf175a462eade34e89a4c60eb2a1da4
parent
6285c667
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/od_dering.c
View file @
eab77ea9
...
...
@@ -338,7 +338,7 @@ void od_dering(int16_t *y, const od_dering_in *x, int xstride,
int32_t
var
;
by
=
bskip
[
bi
][
0
];
bx
=
bskip
[
bi
][
1
];
dir
[
by
][
bx
]
=
od_dir_find8
(
&
x
[
8
*
by
*
xstride
+
8
*
bx
],
xstride
,
dir
[
by
][
bx
]
=
od_dir_find8
(
&
in
[
8
*
by
*
OD_FILT_BSTRIDE
+
8
*
bx
],
OD_FILT_BSTRIDE
,
&
var
,
coeff_shift
);
/* Deringing orthogonal to the direction uses a tighter threshold
because we want to be conservative. We've presumably already
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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