/external/libvpx/libvpx/test/ |
H A D | vp8_fragments_test.cc | 17 : public ::libvpx_test::EncoderTest, 20 VP8FramgmentsTest() : EncoderTest(&::libvpx_test::kVP8) {}
|
H A D | config_test.cc | 18 class ConfigTest : public ::libvpx_test::EncoderTest, 21 ConfigTest() : EncoderTest(GET_PARAM(0)),
|
H A D | altref_test.cc | 21 class AltRefTest : public ::libvpx_test::EncoderTest, 24 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {}
|
H A D | active_map_test.cc | 21 : public ::libvpx_test::EncoderTest, 27 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {}
|
H A D | borders_test.cc | 20 class BordersTest : public ::libvpx_test::EncoderTest, 23 BordersTest() : EncoderTest(GET_PARAM(0)) {}
|
H A D | frame_size_tests.cc | 17 : public ::libvpx_test::EncoderTest, 20 VP9FrameSizeTestsLarge() : EncoderTest(&::libvpx_test::kVP9),
|
H A D | aq_segment_test.cc | 19 : public ::libvpx_test::EncoderTest, 22 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {}
|
H A D | tile_independence_test.cc | 23 class TileIndependenceTest : public ::libvpx_test::EncoderTest, 27 : EncoderTest(GET_PARAM(0)),
|
H A D | cpu_speed_test.cc | 22 : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)),
|
H A D | cq_test.cc | 26 class CQTest : public ::libvpx_test::EncoderTest, 51 CQTest() : EncoderTest(GET_PARAM(0)), cq_level_(GET_PARAM(1)) {
|
H A D | keyframe_test.cc | 20 class KeyframeTest : public ::libvpx_test::EncoderTest, 23 KeyframeTest() : EncoderTest(GET_PARAM(0)) {}
|
H A D | superframe_test.cc | 24 class SuperframeTest : public ::libvpx_test::EncoderTest, 27 SuperframeTest() : EncoderTest(GET_PARAM(0)), modified_buf_(NULL),
|
H A D | vp9_ethread_test.cc | 22 : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)),
|
H A D | vp9_lossless_test.cc | 24 class LosslessTest : public ::libvpx_test::EncoderTest, 28 : EncoderTest(GET_PARAM(0)),
|
H A D | encode_test_driver.cc | 110 void EncoderTest::InitializeConfig() { 116 void EncoderTest::SetMode(TestMode mode) { 170 void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/, 175 void EncoderTest::RunLoop(VideoSource *video) {
|
H A D | active_map_refresh_test.cc | 60 : public ::libvpx_test::EncoderTest, 63 ActiveMapRefreshTest() : EncoderTest(GET_PARAM(0)) {}
|
H A D | encode_perf_test.cc | 60 : public ::libvpx_test::EncoderTest, 64 : EncoderTest(GET_PARAM(0)),
|
H A D | vp9_encoder_parms_get_to_decoder.cc | 56 : public ::libvpx_test::EncoderTest, 61 : EncoderTest(GET_PARAM(0)), encode_parms(GET_PARAM(1)) {}
|
H A D | vp9_end_to_end_test.cc | 82 : public ::libvpx_test::EncoderTest, 87 : EncoderTest(GET_PARAM(0)),
|
H A D | encode_test_driver.h | 192 class EncoderTest { class in namespace:libvpx_test 194 explicit EncoderTest(const CodecFactory *codec) function in class:libvpx_test::EncoderTest 201 virtual ~EncoderTest() {}
|
H A D | error_resilience_test.cc | 22 class ErrorResilienceTestLarge : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)), 396 class ErrorResilienceTestLargeCodecControls : public ::libvpx_test::EncoderTest, 400 : EncoderTest(GET_PARAM(0)),
|
H A D | resize_test.cc | 125 class ResizeTest : public ::libvpx_test::EncoderTest, 128 ResizeTest() : EncoderTest(GET_PARAM(0)) {} 289 class ResizeInternalRealtimeTest : public ::libvpx_test::EncoderTest, 292 ResizeInternalRealtimeTest() : EncoderTest(GET_PARAM(0)) {}
|
H A D | decode_perf_test.cc | 115 public ::libvpx_test::EncoderTest, 119 : EncoderTest(GET_PARAM(0)),
|
H A D | vp9_arf_freq_test.cc | 82 : public ::libvpx_test::EncoderTest, 87 : EncoderTest(GET_PARAM(0)),
|
/external/v8/test/unittests/wasm/ |
H A D | encoder-unittest.cc | 18 class EncoderTest : public TestWithZone { class in namespace:v8::internal::wasm
|