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
70281e67
Commit
70281e67
authored
Jan 13, 2018
by
Debargha Mukherjee
Browse files
Adjust dq_type 3 parameters
Change-Id: I25ae95ee7a02f5bd76e2bf91c41e7cdb87de0d85
parent
768d660e
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/quant_common.c
View file @
70281e67
...
...
@@ -125,42 +125,42 @@ static const qprofile_type nuq[QUANT_PROFILES][2] = {
{
// Y/intra, dq_type 3, low quality
{ 80, 12 }, // dc
{ 80, 1
2
}, // ac
{ 80, 1
4
}, // ac
},
{
// Y/intra, dq_type 3, high quality
{ 82, 6 }, // dc
{ 82,
6
}, // ac
{ 82,
8
}, // ac
},
{
// UV/intra, dq_type 3, low quality
{ 80, 1
2
}, // dc
{ 80, 1
2
}, // ac
{ 80, 1
4
}, // dc
{ 80, 1
6
}, // ac
},
{
// UV/intra, dq_type 3, high quality
{ 82,
6
}, // dc
{ 82,
6
}, // ac
{ 82,
8
},
// dc
{ 82,
10
}, // ac
},
{
// Y/inter, dq_type 3, low quality
{ 80, 1
2
}, // dc
{ 80, 1
2
}, // ac
{ 80, 1
6
}, // dc
{ 80, 1
8
}, // ac
},
{
// Y/inter, dq_type 3, high quality
{ 82,
6
}, // dc
{ 82,
6
}, // ac
{ 82,
10
}, // dc
{ 82,
12
}, // ac
},
{
// UV/inter, dq_type 3, low quality
{ 80, 1
2
}, // dc
{ 80,
1
2 }, // ac
{ 80, 1
8
}, // dc
{ 80, 2
0
}, // ac
},
{
// UV/inter, dq_type 3, high quality
{ 82,
6
}, // dc
{ 82,
6
}, // ac
{ 82,
12
}, // dc
{ 82,
14
}, // ac
},
};
...
...
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