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
Guillaume Martres
aom-rav1e
Commits
48f0935b
Commit
48f0935b
authored
Jun 12, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Jun 12, 2014
Browse files
Merge "Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS."
parents
c90cd4d5
eaeda536
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_firstpass.c
View file @
48f0935b
...
...
@@ -137,14 +137,13 @@ static void output_stats(FIRSTPASS_STATS *stats,
FILE
*
fpfile
;
fpfile
=
fopen
(
"firstpass.stt"
,
"a"
);
fprintf
(
fpfile
,
"%12.0f %12.0f %12.0f %12.0f
%12.0f
%12.4f %12.4f"
fprintf
(
fpfile
,
"%12.0f %12.0f %12.0f %12.0f %12.4f %12.4f"
"%12.4f %12.4f %12.4f %12.4f %12.4f %12.4f %12.4f"
"%12.0f %12.0f %12.4f %12.0f %12.0f %12.4f
\n
"
,
stats
->
frame
,
stats
->
intra_error
,
stats
->
coded_error
,
stats
->
sr_coded_error
,
stats
->
ssim_weighted_pred_err
,
stats
->
pcnt_inter
,
stats
->
pcnt_motion
,
stats
->
pcnt_second_ref
,
...
...
vp9/encoder/vp9_firstpass.h
View file @
48f0935b
...
...
@@ -22,7 +22,6 @@ typedef struct {
double
intra_error
;
double
coded_error
;
double
sr_coded_error
;
double
ssim_weighted_pred_err
;
double
pcnt_inter
;
double
pcnt_motion
;
double
pcnt_second_ref
;
...
...
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