mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update aom to slightly newer commit ID
This commit is contained in:
parent
1c8af26369
commit
76f1e6edca
311 changed files with 55292 additions and 33790 deletions
4
third_party/aom/test/borders_test.cc
vendored
4
third_party/aom/test/borders_test.cc
vendored
|
|
@ -59,7 +59,7 @@ TEST_P(BordersTest, TestEncodeHighBitrate) {
|
|||
cfg_.rc_max_quantizer = 10;
|
||||
|
||||
::libaom_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
|
||||
40);
|
||||
10);
|
||||
|
||||
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
|
||||
}
|
||||
|
|
@ -75,7 +75,7 @@ TEST_P(BordersTest, TestLowBitrate) {
|
|||
cfg_.rc_min_quantizer = 40;
|
||||
|
||||
::libaom_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
|
||||
40);
|
||||
10);
|
||||
|
||||
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue