Home
last modified time | relevance | path

Searched refs:EncoderTest (Results 1 – 25 of 26) sorted by relevance

12

/external/libvpx/libvpx/test/
Dvp8_fragments_test.cc17 : public ::libvpx_test::EncoderTest,
20 VP8FramgmentsTest() : EncoderTest(&::libvpx_test::kVP8) {} in VP8FramgmentsTest()
Dconfig_test.cc18 class ConfigTest : public ::libvpx_test::EncoderTest,
21 ConfigTest() : EncoderTest(GET_PARAM(0)), in ConfigTest()
Daltref_test.cc21 class AltRefTest : public ::libvpx_test::EncoderTest,
24 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {} in AltRefTest()
Dborders_test.cc20 class BordersTest : public ::libvpx_test::EncoderTest,
23 BordersTest() : EncoderTest(GET_PARAM(0)) {} in BordersTest()
Dactive_map_test.cc21 : public ::libvpx_test::EncoderTest,
27 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapTest()
Dencode_test_driver.cc110 void EncoderTest::InitializeConfig() { in InitializeConfig()
116 void EncoderTest::SetMode(TestMode mode) { in SetMode()
170 void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/, in MismatchHook()
175 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
Dframe_size_tests.cc17 : public ::libvpx_test::EncoderTest,
20 VP9FrameSizeTestsLarge() : EncoderTest(&::libvpx_test::kVP9), in VP9FrameSizeTestsLarge()
Daq_segment_test.cc19 : public ::libvpx_test::EncoderTest,
22 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {} in AqSegmentTest()
Dencode_test_driver.h192 class EncoderTest {
194 explicit EncoderTest(const CodecFactory *codec) in EncoderTest() function
201 virtual ~EncoderTest() {} in ~EncoderTest()
Dtile_independence_test.cc23 class TileIndependenceTest : public ::libvpx_test::EncoderTest,
27 : EncoderTest(GET_PARAM(0)), in TileIndependenceTest()
Dvp9_lossless_test.cc24 class LosslessTest : public ::libvpx_test::EncoderTest,
28 : EncoderTest(GET_PARAM(0)), in LosslessTest()
Dcq_test.cc26 class CQTest : public ::libvpx_test::EncoderTest,
51 CQTest() : EncoderTest(GET_PARAM(0)), cq_level_(GET_PARAM(1)) { in CQTest()
Dsuperframe_test.cc24 class SuperframeTest : public ::libvpx_test::EncoderTest,
27 SuperframeTest() : EncoderTest(GET_PARAM(0)), modified_buf_(NULL), in SuperframeTest()
Dcpu_speed_test.cc22 : public ::libvpx_test::EncoderTest,
26 : EncoderTest(GET_PARAM(0)), in CpuSpeedTest()
Dkeyframe_test.cc20 class KeyframeTest : public ::libvpx_test::EncoderTest,
23 KeyframeTest() : EncoderTest(GET_PARAM(0)) {} in KeyframeTest()
Dvp9_ethread_test.cc22 : public ::libvpx_test::EncoderTest,
26 : EncoderTest(GET_PARAM(0)), in VPxEncoderThreadTest()
Dactive_map_refresh_test.cc60 : public ::libvpx_test::EncoderTest,
63 ActiveMapRefreshTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapRefreshTest()
Derror_resilience_test.cc22 class ErrorResilienceTestLarge : public ::libvpx_test::EncoderTest,
26 : EncoderTest(GET_PARAM(0)), in ErrorResilienceTestLarge()
396 class ErrorResilienceTestLargeCodecControls : public ::libvpx_test::EncoderTest,
400 : EncoderTest(GET_PARAM(0)), in ErrorResilienceTestLargeCodecControls()
Dvp9_encoder_parms_get_to_decoder.cc56 : public ::libvpx_test::EncoderTest,
61 : EncoderTest(GET_PARAM(0)), encode_parms(GET_PARAM(1)) {} in VpxEncoderParmsGetToDecoder()
Dvp9_end_to_end_test.cc82 : public ::libvpx_test::EncoderTest,
87 : EncoderTest(GET_PARAM(0)), in EndToEndTestLarge()
Dresize_test.cc125 class ResizeTest : public ::libvpx_test::EncoderTest,
128 ResizeTest() : EncoderTest(GET_PARAM(0)) {} in ResizeTest()
289 class ResizeInternalRealtimeTest : public ::libvpx_test::EncoderTest,
292 ResizeInternalRealtimeTest() : EncoderTest(GET_PARAM(0)) {} in ResizeInternalRealtimeTest()
Dencode_perf_test.cc60 : public ::libvpx_test::EncoderTest,
64 : EncoderTest(GET_PARAM(0)), in VP9EncodePerfTest()
Dvp9_arf_freq_test.cc82 : public ::libvpx_test::EncoderTest,
87 : EncoderTest(GET_PARAM(0)), in ArfFreqTest()
Ddatarate_test.cc21 class DatarateTestLarge : public ::libvpx_test::EncoderTest,
24 DatarateTestLarge() : EncoderTest(GET_PARAM(0)) {} in DatarateTestLarge()
259 class DatarateTestVP9Large : public ::libvpx_test::EncoderTest,
262 DatarateTestVP9Large() : EncoderTest(GET_PARAM(0)) {} in DatarateTestVP9Large()
745 class DatarateOnePassCbrSvc : public ::libvpx_test::EncoderTest,
748 DatarateOnePassCbrSvc() : EncoderTest(GET_PARAM(0)) {} in DatarateOnePassCbrSvc()
/external/v8/test/unittests/wasm/
Dencoder-unittest.cc16 class EncoderTest : public TestWithZone { class
54 TEST_F(EncoderTest, Function_Builder_Variable_Indexing) { in TEST_F() argument
95 TEST_F(EncoderTest, Function_Builder_Indexing_Variable_Width) { in TEST_F() argument
124 TEST_F(EncoderTest, LEB_Functions) { in TEST_F() argument

12