Searched refs:EncoderTest (Results 1 – 16 of 16) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
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 | vp9_lossless_test.cc | 22 class LosslessTestLarge : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)), in LosslessTestLarge()
|
D | active_map_test.cc | 21 : public ::libvpx_test::EncoderTest, 27 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapTest()
|
D | cpu_speed_test.cc | 20 class CpuSpeedTest : public ::libvpx_test::EncoderTest, 24 CpuSpeedTest() : EncoderTest(GET_PARAM(0)) {} in CpuSpeedTest()
|
D | encode_test_driver.cc | 75 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()
|
D | cq_test.cc | 25 class CQTest : public ::libvpx_test::EncoderTest, 28 CQTest() : EncoderTest(GET_PARAM(0)), cq_level_(GET_PARAM(1)) { in CQTest()
|
D | encode_test_driver.h | 174 class EncoderTest { 176 explicit EncoderTest(const CodecFactory *codec) in EncoderTest() function 180 virtual ~EncoderTest() {} in ~EncoderTest()
|
D | aq_segment_test.cc | 20 class AqSegmentTest : public ::libvpx_test::EncoderTest, 24 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {} in AqSegmentTest()
|
D | tile_independence_test.cc | 23 class TileIndependenceTest : public ::libvpx_test::EncoderTest, 27 : EncoderTest(GET_PARAM(0)), in TileIndependenceTest()
|
D | superframe_test.cc | 19 class SuperframeTest : public ::libvpx_test::EncoderTest, 22 SuperframeTest() : EncoderTest(GET_PARAM(0)), modified_buf_(NULL), in SuperframeTest()
|
D | keyframe_test.cc | 20 class KeyframeTest : public ::libvpx_test::EncoderTest, 23 KeyframeTest() : EncoderTest(GET_PARAM(0)) {} in KeyframeTest()
|
D | error_resilience_test.cc | 22 class ErrorResilienceTestLarge : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)), in ErrorResilienceTestLarge()
|
D | datarate_test.cc | 20 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()
|
D | resize_test.cc | 116 class ResizeTest : public ::libvpx_test::EncoderTest, 119 ResizeTest() : EncoderTest(GET_PARAM(0)) {} in ResizeTest()
|