Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
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()
Dvp9_lossless_test.cc22 class LosslessTestLarge : public ::libvpx_test::EncoderTest,
26 : EncoderTest(GET_PARAM(0)), in LosslessTestLarge()
Dactive_map_test.cc21 : public ::libvpx_test::EncoderTest,
27 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapTest()
Dcpu_speed_test.cc20 class CpuSpeedTest : public ::libvpx_test::EncoderTest,
24 CpuSpeedTest() : EncoderTest(GET_PARAM(0)) {} in CpuSpeedTest()
Dencode_test_driver.cc75 void EncoderTest::InitializeConfig() { in InitializeConfig()
80 void EncoderTest::SetMode(TestMode mode) { in SetMode()
133 void EncoderTest::MismatchHook(const vpx_image_t *img1, in MismatchHook()
138 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
Dcq_test.cc25 class CQTest : public ::libvpx_test::EncoderTest,
28 CQTest() : EncoderTest(GET_PARAM(0)), cq_level_(GET_PARAM(1)) { in CQTest()
Dencode_test_driver.h174 class EncoderTest {
176 explicit EncoderTest(const CodecFactory *codec) in EncoderTest() function
180 virtual ~EncoderTest() {} in ~EncoderTest()
Daq_segment_test.cc20 class AqSegmentTest : public ::libvpx_test::EncoderTest,
24 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {} in AqSegmentTest()
Dtile_independence_test.cc23 class TileIndependenceTest : public ::libvpx_test::EncoderTest,
27 : EncoderTest(GET_PARAM(0)), in TileIndependenceTest()
Dsuperframe_test.cc19 class SuperframeTest : public ::libvpx_test::EncoderTest,
22 SuperframeTest() : EncoderTest(GET_PARAM(0)), modified_buf_(NULL), in SuperframeTest()
Dkeyframe_test.cc20 class KeyframeTest : public ::libvpx_test::EncoderTest,
23 KeyframeTest() : EncoderTest(GET_PARAM(0)) {} in KeyframeTest()
Derror_resilience_test.cc22 class ErrorResilienceTestLarge : public ::libvpx_test::EncoderTest,
26 : EncoderTest(GET_PARAM(0)), in ErrorResilienceTestLarge()
Ddatarate_test.cc20 class DatarateTestLarge : public ::libvpx_test::EncoderTest,
23 DatarateTestLarge() : EncoderTest(GET_PARAM(0)) {} in DatarateTestLarge()
184 class DatarateTestVP9Large : public ::libvpx_test::EncoderTest,
187 DatarateTestVP9Large() : EncoderTest(GET_PARAM(0)) {} in DatarateTestVP9Large()
Dresize_test.cc116 class ResizeTest : public ::libvpx_test::EncoderTest,
119 ResizeTest() : EncoderTest(GET_PARAM(0)) {} in ResizeTest()