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
57c1b8c9
Commit
57c1b8c9
authored
Jun 13, 2017
by
Sebastien Alaiwan
Browse files
Remove dead member
Change-Id: I58644fe61a1893d96958722d6044486f924ef2e9
parent
9e57db29
Changes
4
Hide whitespace changes
Inline
Side-by-side
test/arf_freq_test.cc
View file @
57c1b8c9
...
...
@@ -99,7 +99,6 @@ class ArfFreqTestLarge
cfg_
.
rc_buf_initial_sz
=
500
;
cfg_
.
rc_buf_optimal_sz
=
600
;
}
dec_cfg_
.
threads
=
4
;
}
virtual
void
BeginPassHook
(
unsigned
int
)
{
...
...
test/encode_test_driver.cc
View file @
57c1b8c9
...
...
@@ -99,7 +99,6 @@ void Encoder::Flush() {
void
EncoderTest
::
InitializeConfig
()
{
const
aom_codec_err_t
res
=
codec_
->
DefaultEncoderConfig
(
&
cfg_
,
0
);
dec_cfg_
=
aom_codec_dec_cfg_t
();
ASSERT_EQ
(
AOM_CODEC_OK
,
res
);
}
...
...
test/encode_test_driver.h
View file @
57c1b8c9
...
...
@@ -232,7 +232,6 @@ class EncoderTest {
bool
abort_
;
aom_codec_enc_cfg_t
cfg_
;
aom_codec_dec_cfg_t
dec_cfg_
;
unsigned
int
passes_
;
unsigned
long
deadline_
;
TwopassStatsStore
stats_
;
...
...
test/end_to_end_test.cc
View file @
57c1b8c9
...
...
@@ -110,7 +110,6 @@ class EndToEndTest
cfg_
.
rc_buf_initial_sz
=
500
;
cfg_
.
rc_buf_optimal_sz
=
600
;
}
dec_cfg_
.
threads
=
4
;
}
virtual
void
BeginPassHook
(
unsigned
int
)
{
...
...
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