Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
87651b24
Commit
87651b24
authored
Nov 28, 2017
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync PSNRs order with VP9
Change-Id: I4eb1800c3fca7ea76d0e44dd44f2a3edbf209518
parent
f33e01d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
av1/encoder/encoder.c
av1/encoder/encoder.c
+5
-5
No files found.
av1/encoder/encoder.c
View file @
87651b24
...
...
@@ -3214,21 +3214,21 @@ void av1_remove_compressor(AV1_COMP *cpi) {
const
double
total_ssim
=
100
*
pow
(
cpi
->
summed_quality
/
cpi
->
summed_weights
,
8
.
0
);
snprintf
(
headings
,
sizeof
(
headings
),
"Bitrate
\t
AVGPsnr
\t
GLBPsnr
\t
AVPsnr
Y
\t
GLPsnrP
\t
"
"Bitrate
\t
AVGPsnr
\t
GLBPsnr
\t
AVPsnr
P
\t
GLPsnrP
\t
"
"AOMSSIM
\t
VPSSIMP
\t
FASTSIM
\t
PSNRHVS
\t
"
"WstPsnr
\t
WstSsim
\t
WstFast
\t
WstHVS
\t
"
"APsnrCb
\t
APsnrCr"
);
"
AVPsrnY
\t
APsnrCb
\t
APsnrCr"
);
snprintf
(
results
,
sizeof
(
results
),
"%7.2f
\t
%7.3f
\t
%7.3f
\t
%7.3f
\t
%7.3f
\t
"
"%7.3f
\t
%7.3f
\t
%7.3f
\t
%7.3f
\t
"
"%7.3f
\t
%7.3f
\t
%7.3f
\t
%7.3f
\t
"
"%7.3f
\t
%7.3f"
,
"%7.3f
\t
%7.3f
\t
%7.3f
"
,
dr
,
cpi
->
psnr
.
stat
[
ALL
]
/
cpi
->
count
,
total_psnr
,
cpi
->
psnr
.
stat
[
Y
]
/
cpi
->
count
,
total_psnr
,
total_ssim
,
cpi
->
psnr
.
stat
[
ALL
]
/
cpi
->
count
,
total_psnr
,
total_ssim
,
total_ssim
,
cpi
->
fastssim
.
stat
[
ALL
]
/
cpi
->
count
,
cpi
->
psnrhvs
.
stat
[
ALL
]
/
cpi
->
count
,
cpi
->
psnr
.
worst
,
cpi
->
worst_ssim
,
cpi
->
fastssim
.
worst
,
cpi
->
psnrhvs
.
worst
,
cpi
->
psnr
.
stat
[
U
]
/
cpi
->
count
,
cpi
->
psnr
.
stat
[
Y
]
/
cpi
->
count
,
cpi
->
psnr
.
stat
[
U
]
/
cpi
->
count
,
cpi
->
psnr
.
stat
[
V
]
/
cpi
->
count
);
if
(
cpi
->
b_calculate_blockiness
)
{
...
...
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