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
77f7f6a8
Commit
77f7f6a8
authored
Feb 05, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Feb 05, 2014
Browse files
Merge "Removing unused SPEEDSTATS."
parents
340f0c96
faeb21dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
77f7f6a8
...
...
@@ -93,12 +93,7 @@ FILE *kf_list;
FILE *keyfile;
#endif
#ifdef SPEEDSTATS
unsigned
int
frames_at_speed
[
16
]
=
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};
#endif
extern
void
vp9_init_quantizer
(
VP9_COMP
*
cpi
);
void
vp9_init_quantizer
(
VP9_COMP
*
cpi
);
static
const
double
in_frame_q_adj_ratio
[
MAX_SEGMENTS
]
=
{
1
.
0
,
1
.
5
,
2
.
0
,
1
.
0
,
1
.
0
,
1
.
0
,
1
.
0
,
1
.
0
};
...
...
@@ -953,10 +948,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
}
cpi
->
mb
.
optimize
=
cpi
->
sf
.
optimize_coefficients
==
1
&&
cpi
->
pass
!=
1
;
#ifdef SPEEDSTATS
frames_at_speed
[
cpi
->
speed
]
++
;
#endif
}
static
void
alloc_raw_frame_buffers
(
VP9_COMP
*
cpi
)
{
...
...
vp9/encoder/vp9_onyx_int.h
View file @
77f7f6a8
...
...
@@ -38,7 +38,6 @@ extern "C" {
// #define MODE_TEST_HIT_STATS
// #define SPEEDSTATS 1
#if CONFIG_MULTIPLE_ARF
// Set MIN_GF_INTERVAL to 1 for the full decomposition.
#define MIN_GF_INTERVAL 2
...
...
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