Skip to content
Snippets Groups Projects
Commit 70281e67 authored by Deb Mukherjee's avatar Deb Mukherjee
Browse files

Adjust dq_type 3 parameters

Change-Id: I25ae95ee7a02f5bd76e2bf91c41e7cdb87de0d85
parent 768d660e
No related branches found
No related tags found
No related merge requests found
......@@ -125,42 +125,42 @@ static const qprofile_type nuq[QUANT_PROFILES][2] = {
{
// Y/intra, dq_type 3, low quality
{ 80, 12 }, // dc
{ 80, 12 }, // ac
{ 80, 14 }, // 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, 12 }, // dc
{ 80, 12 }, // ac
{ 80, 14 }, // dc
{ 80, 16 }, // 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, 12 }, // dc
{ 80, 12 }, // ac
{ 80, 16 }, // dc
{ 80, 18 }, // 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, 12 }, // dc
{ 80, 12 }, // ac
{ 80, 18 }, // dc
{ 80, 20 }, // ac
},
{
// UV/inter, dq_type 3, high quality
{ 82, 6 }, // dc
{ 82, 6 }, // ac
{ 82, 12 }, // dc
{ 82, 14 }, // ac
},
};
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment