mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1937 - Part 2: Update libaom source.
This commit is contained in:
parent
d09a5eeca2
commit
ecb7ec7377
948 changed files with 244949 additions and 88095 deletions
|
|
@ -64,8 +64,7 @@ class AV1ExtTileTest
|
|||
}
|
||||
|
||||
virtual void SetUp() {
|
||||
InitializeConfig();
|
||||
SetMode(encoding_mode_);
|
||||
InitializeConfig(encoding_mode_);
|
||||
|
||||
cfg_.g_lag_in_frames = 0;
|
||||
cfg_.rc_end_usage = AOM_VBR;
|
||||
|
|
@ -199,7 +198,7 @@ class AV1ExtTileTest
|
|||
|
||||
TEST_P(AV1ExtTileTest, DecoderResultTest) { TestRoundTrip(); }
|
||||
|
||||
AV1_INSTANTIATE_TEST_CASE(
|
||||
AV1_INSTANTIATE_TEST_SUITE(
|
||||
// Now only test 2-pass mode.
|
||||
AV1ExtTileTest, ::testing::Values(::libaom_test::kTwoPassGood),
|
||||
::testing::Range(1, 4));
|
||||
|
|
@ -208,7 +207,7 @@ class AV1ExtTileTestLarge : public AV1ExtTileTest {};
|
|||
|
||||
TEST_P(AV1ExtTileTestLarge, DecoderResultTest) { TestRoundTrip(); }
|
||||
|
||||
AV1_INSTANTIATE_TEST_CASE(
|
||||
AV1_INSTANTIATE_TEST_SUITE(
|
||||
// Now only test 2-pass mode.
|
||||
AV1ExtTileTestLarge, ::testing::Values(::libaom_test::kTwoPassGood),
|
||||
::testing::Range(0, 1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue