mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918
This commit is contained in:
parent
e329bc4331
commit
2ab8fcbfd1
370 changed files with 56185 additions and 32026 deletions
7
third_party/aom/test/end_to_end_test.cc
vendored
7
third_party/aom/test/end_to_end_test.cc
vendored
|
|
@ -86,9 +86,9 @@ int is_extension_y4m(const char *filename) {
|
|||
}
|
||||
|
||||
class EndToEndTest
|
||||
: public ::libaom_test::EncoderTest,
|
||||
public ::libaom_test::CodecTestWith3Params<libaom_test::TestMode,
|
||||
TestVideoParam, int> {
|
||||
: public ::libaom_test::CodecTestWith3Params<libaom_test::TestMode,
|
||||
TestVideoParam, int>,
|
||||
public ::libaom_test::EncoderTest {
|
||||
protected:
|
||||
EndToEndTest()
|
||||
: EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(2)),
|
||||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue