mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614
This commit is contained in:
parent
debbee1e2a
commit
992c6637e3
429 changed files with 76047 additions and 40937 deletions
4
third_party/aom/test/quantize_func_test.cc
vendored
4
third_party/aom/test/quantize_func_test.cc
vendored
|
|
@ -157,8 +157,8 @@ class QuantizeTest : public ::testing::TestWithParam<QuantizeParam> {
|
|||
<< " Q: " << q << " coeff: " << coeff_ptr[j];
|
||||
}
|
||||
|
||||
ASSERT_EQ(eob[0], eob[1]) << "eobs mismatch on test: " << i
|
||||
<< " Q: " << q;
|
||||
ASSERT_EQ(eob[0], eob[1])
|
||||
<< "eobs mismatch on test: " << i << " Q: " << q;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue