/external/libvpx/libvpx/test/ |
D | vp8_fragments_test.cc | 17 : public ::libvpx_test::EncoderTest, 20 VP8FramgmentsTest() : EncoderTest(&::libvpx_test::kVP8) {} in VP8FramgmentsTest()
|
D | config_test.cc | 18 class ConfigTest : public ::libvpx_test::EncoderTest, 21 ConfigTest() : EncoderTest(GET_PARAM(0)), in ConfigTest()
|
D | altref_test.cc | 21 class AltRefTest : public ::libvpx_test::EncoderTest, 24 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {} in AltRefTest()
|
D | borders_test.cc | 20 class BordersTest : public ::libvpx_test::EncoderTest, 23 BordersTest() : EncoderTest(GET_PARAM(0)) {} in BordersTest()
|
D | active_map_test.cc | 21 : public ::libvpx_test::EncoderTest, 27 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapTest()
|
D | encode_test_driver.cc | 110 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()
|
D | frame_size_tests.cc | 17 : public ::libvpx_test::EncoderTest, 20 VP9FrameSizeTestsLarge() : EncoderTest(&::libvpx_test::kVP9), in VP9FrameSizeTestsLarge()
|
D | aq_segment_test.cc | 19 : public ::libvpx_test::EncoderTest, 22 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {} in AqSegmentTest()
|
D | encode_test_driver.h | 192 class EncoderTest { 194 explicit EncoderTest(const CodecFactory *codec) in EncoderTest() function 201 virtual ~EncoderTest() {} in ~EncoderTest()
|
D | tile_independence_test.cc | 23 class TileIndependenceTest : public ::libvpx_test::EncoderTest, 27 : EncoderTest(GET_PARAM(0)), in TileIndependenceTest()
|
D | vp9_lossless_test.cc | 24 class LosslessTest : public ::libvpx_test::EncoderTest, 28 : EncoderTest(GET_PARAM(0)), in LosslessTest()
|
D | cq_test.cc | 26 class CQTest : public ::libvpx_test::EncoderTest, 51 CQTest() : EncoderTest(GET_PARAM(0)), cq_level_(GET_PARAM(1)) { in CQTest()
|
D | superframe_test.cc | 24 class SuperframeTest : public ::libvpx_test::EncoderTest, 27 SuperframeTest() : EncoderTest(GET_PARAM(0)), modified_buf_(NULL), in SuperframeTest()
|
D | cpu_speed_test.cc | 22 : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)), in CpuSpeedTest()
|
D | keyframe_test.cc | 20 class KeyframeTest : public ::libvpx_test::EncoderTest, 23 KeyframeTest() : EncoderTest(GET_PARAM(0)) {} in KeyframeTest()
|
D | vp9_ethread_test.cc | 22 : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)), in VPxEncoderThreadTest()
|
D | active_map_refresh_test.cc | 60 : public ::libvpx_test::EncoderTest, 63 ActiveMapRefreshTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapRefreshTest()
|
D | error_resilience_test.cc | 22 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()
|
D | vp9_encoder_parms_get_to_decoder.cc | 56 : public ::libvpx_test::EncoderTest, 61 : EncoderTest(GET_PARAM(0)), encode_parms(GET_PARAM(1)) {} in VpxEncoderParmsGetToDecoder()
|
D | vp9_end_to_end_test.cc | 82 : public ::libvpx_test::EncoderTest, 87 : EncoderTest(GET_PARAM(0)), in EndToEndTestLarge()
|
D | resize_test.cc | 125 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()
|
D | encode_perf_test.cc | 60 : public ::libvpx_test::EncoderTest, 64 : EncoderTest(GET_PARAM(0)), in VP9EncodePerfTest()
|
D | vp9_arf_freq_test.cc | 82 : public ::libvpx_test::EncoderTest, 87 : EncoderTest(GET_PARAM(0)), in ArfFreqTest()
|
D | datarate_test.cc | 21 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/ |
D | encoder-unittest.cc | 16 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
|