mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +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
|
|
@ -21,7 +21,6 @@
|
|||
#include "av1/common/scan.h"
|
||||
#include "av1/common/txb_common.h"
|
||||
#include "test/acm_random.h"
|
||||
#include "test/clear_system_state.h"
|
||||
#include "test/register_state_check.h"
|
||||
#include "test/util.h"
|
||||
#include "third_party/googletest/src/googletest/include/gtest/gtest.h"
|
||||
|
|
@ -51,7 +50,7 @@ class BuildCompDiffwtdMaskTest
|
|||
public:
|
||||
virtual ~BuildCompDiffwtdMaskTest() {}
|
||||
|
||||
virtual void TearDown() { libaom_test::ClearSystemState(); }
|
||||
virtual void TearDown() {}
|
||||
void RunTest(buildcompdiffwtdmaskd_func test_impl, const int is_speed,
|
||||
const DIFFWTD_MASK_TYPE type);
|
||||
|
||||
|
|
@ -79,7 +78,7 @@ class BuildCompDiffwtdMaskD16Test
|
|||
: public ::testing::TestWithParam<BuildCompDiffwtdMaskD16Param> {
|
||||
public:
|
||||
~BuildCompDiffwtdMaskD16Test() {}
|
||||
virtual void TearDown() { libaom_test::ClearSystemState(); }
|
||||
virtual void TearDown() {}
|
||||
void SetUp() { rnd_.Reset(ACMRandom::DeterministicSeed()); }
|
||||
|
||||
protected:
|
||||
|
|
@ -88,6 +87,7 @@ class BuildCompDiffwtdMaskD16Test
|
|||
DIFFWTD_MASK_TYPE mask_type);
|
||||
libaom_test::ACMRandom rnd_;
|
||||
}; // class BuildCompDiffwtdMaskD16Test
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BuildCompDiffwtdMaskD16Test);
|
||||
|
||||
void BuildCompDiffwtdMaskD16Test::RunCheckOutput(
|
||||
buildcompdiffwtdmaskd16_func test_impl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue