Home
last modified time | relevance | path

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

123

/external/libvpx/libvpx/test/
Daltref_test.cc23 class AltRefTest : public ::libvpx_test::EncoderTest,
26 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {} in AltRefTest()
72 : public ::libvpx_test::EncoderTest,
76 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in AltRefForcedKeyTestLarge()
Dvp9_end_to_end_test.cc81 : public ::libvpx_test::EncoderTest,
85 : EncoderTest(GET_PARAM(0)), cpu_used_start_(GET_PARAM(1)), in EndToEndTestAdaptiveRDThresh()
118 : public ::libvpx_test::EncoderTest,
123 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(2)), in EndToEndTestLarge()
200 : public ::libvpx_test::EncoderTest,
204 : EncoderTest(GET_PARAM(0)), use_loop_filter_opt_(GET_PARAM(1)) {} in EndToEndTestLoopFilterThreading()
Dvp8_fragments_test.cc16 class VP8FramgmentsTest : public ::libvpx_test::EncoderTest,
19 VP8FramgmentsTest() : EncoderTest(&::libvpx_test::kVP8) {} in VP8FramgmentsTest()
Dconfig_test.cc19 : public ::libvpx_test::EncoderTest,
23 : EncoderTest(GET_PARAM(0)), frame_count_in_(0), frame_count_out_(0), in ConfigTest()
Drealtime_test.cc23 : public ::libvpx_test::EncoderTest,
26 RealtimeTest() : EncoderTest(GET_PARAM(0)), frame_packets_(0) {} in RealtimeTest()
Dsvc_test.h25 class OnePassCbrSvc : public ::libvpx_test::EncoderTest {
28 : EncoderTest(codec), base_speed_setting_(0), speed_setting_(0), in OnePassCbrSvc()
Dborders_test.cc21 : public ::libvpx_test::EncoderTest,
24 BordersTest() : EncoderTest(GET_PARAM(0)) {} in BordersTest()
Dtimestamp_test.cc66 : public ::libvpx_test::EncoderTest,
69 TimestampTest() : EncoderTest(GET_PARAM(0)) {} in TimestampTest()
Dactive_map_test.cc21 : public ::libvpx_test::EncoderTest,
27 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapTest()
Dencode_test_driver.cc101 void EncoderTest::InitializeConfig() { in InitializeConfig()
107 void EncoderTest::SetMode(TestMode mode) { in SetMode()
160 void EncoderTest::MismatchHook(const vpx_image_t * /*img1*/, in MismatchHook()
165 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
Dframe_size_tests.cc16 class VP9FrameSizeTestsLarge : public ::libvpx_test::EncoderTest,
20 : EncoderTest(&::libvpx_test::kVP9), expected_res_(VPX_CODEC_OK) {} in VP9FrameSizeTestsLarge()
Ddecode_corrupted.cc24 : public ::libvpx_test::EncoderTest,
28 DecodeCorruptedFrameTest() : EncoderTest(GET_PARAM(0)) {} in DecodeCorruptedFrameTest()
Dvp9_motion_vector_test.cc37 : public ::libvpx_test::EncoderTest,
42 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in MotionVectorTestLarge()
Daq_segment_test.cc19 : public ::libvpx_test::EncoderTest,
22 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {} in AqSegmentTest()
/external/libtextclassifier/native/utils/sentencepiece/
Dencoder_test.cc32 TEST(EncoderTest, SimpleTokenization) { in TEST() argument
57 TEST(EncoderTest, HandlesEdgeCases) { in TEST() argument
87 TEST(EncoderTest, HandlesOutOfDictionary) { in TEST() argument
/external/libaom/libaom/test/
Dhorz_superres_test.cc92 public ::libaom_test::EncoderTest {
95 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)), in HorzSuperresEndToEndTest()
191 public ::libaom_test::EncoderTest {
194 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)), in HorzSuperresFixedEndToEndTest()
302 public ::libaom_test::EncoderTest {
305 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)), in HorzSuperresQThreshEndToEndTest()
Dborders_test.cc24 public ::libaom_test::EncoderTest {
26 BordersTestLarge() : EncoderTest(GET_PARAM(0)) {} in BordersTestLarge()
Dqm_test.cc23 public ::libaom_test::EncoderTest {
25 QMTest() : EncoderTest(GET_PARAM(0)) {} in QMTest()
Dframe_size_tests.cc19 public ::libaom_test::EncoderTest {
22 : EncoderTest(&::libaom_test::kAV1), expected_res_(AOM_CODEC_OK) {} in AV1FrameSizeTests()
Dscalability_test.cc26 public ::libaom_test::EncoderTest {
28 ScalabilityTest() : EncoderTest(GET_PARAM(0)) {} in ScalabilityTest()
Dtime_stamp_test.cc71 : public ::libaom_test::EncoderTest,
74 TimestampTest() : EncoderTest(GET_PARAM(0)) {} in TimestampTest()
Dactive_map_test.cc24 public ::libaom_test::EncoderTest {
29 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {} in ActiveMapTest()
Daq_segment_test.cc25 public ::libaom_test::EncoderTest {
27 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {} in AqSegmentTest()
Dmotion_vector_test.cc40 public ::libaom_test::EncoderTest {
43 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in MotionVectorTestLarge()
/external/brotli/java/org/brotli/wrapper/enc/
DBUILD74 name = "EncoderTest",
75 test_class = "org.brotli.wrapper.enc.EncoderTest",

123