Skip to content
GitLab
Menu
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
d125b7a0
Commit
d125b7a0
authored
Sep 07, 2016
by
Debargha Mukherjee
Committed by
Gerrit Code Review
Sep 07, 2016
Browse files
Merge "Parameter adjustments to loop restoration" into nextgenv2
parents
3410a883
035c5f34
Changes
2
Hide whitespace changes
Inline
Side-by-side
av1/common/restoration.c
View file @
d125b7a0
...
...
@@ -42,7 +42,7 @@ typedef struct bilateral_params {
static
BilateralParamsType
bilateral_level_to_params_arr
[
BILATERAL_LEVELS
]
=
{
// Values are rounded to 1/16 th precision
{
8
,
9
,
30
},
{
9
,
8
,
30
},
{
9
,
11
,
32
},
{
11
,
9
,
32
},
{
14
,
14
,
3
2
},
{
18
,
18
,
36
},
{
24
,
24
,
40
},
{
32
,
32
,
40
},
{
14
,
14
,
3
6
},
{
18
,
18
,
36
},
{
24
,
24
,
40
},
{
32
,
32
,
40
},
};
static
BilateralParamsType
...
...
av1/common/restoration.h
View file @
d125b7a0
...
...
@@ -27,7 +27,7 @@ extern "C" {
// #define DEF_BILATERAL_LEVEL 2
#define RESTORATION_TILESIZES 3
#define BILATERAL_TILESIZE
0
#define BILATERAL_TILESIZE
1
#define WIENER_TILESIZE 2
#define RESTORATION_HALFWIN 3
...
...
Write
Preview
Supports
Markdown
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