/external/libvpx/libvpx/test/ |
vp8_fragments_test.cc | 16 class VP8FramgmentsTest : public ::libvpx_test::EncoderTest, 19 VP8FramgmentsTest() : EncoderTest(&::libvpx_test::kVP8) {}
|
config_test.cc | 19 : public ::libvpx_test::EncoderTest, 23 : EncoderTest(GET_PARAM(0)), frame_count_in_(0), frame_count_out_(0),
|
realtime_test.cc | 23 : public ::libvpx_test::EncoderTest, 26 RealtimeTest() : EncoderTest(GET_PARAM(0)), frame_packets_(0) {} 38 // VPX_RC_FIRST_PASS. This is necessary because EncoderTest::RunLoop() sets 39 // the pass value based on the mode passed into EncoderTest::SetMode(),
|
altref_test.cc | 23 class AltRefTest : public ::libvpx_test::EncoderTest, 26 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {} 72 : public ::libvpx_test::EncoderTest, 76 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)),
|
active_map_test.cc | 21 : public ::libvpx_test::EncoderTest, 27 ActiveMapTest() : EncoderTest(GET_PARAM(0)) {}
|
borders_test.cc | 21 : public ::libvpx_test::EncoderTest, 24 BordersTest() : EncoderTest(GET_PARAM(0)) {}
|
frame_size_tests.cc | 16 class VP9FrameSizeTestsLarge : public ::libvpx_test::EncoderTest, 20 : EncoderTest(&::libvpx_test::kVP9), expected_res_(VPX_CODEC_OK) {}
|
aq_segment_test.cc | 19 : public ::libvpx_test::EncoderTest, 22 AqSegmentTest() : EncoderTest(GET_PARAM(0)) {}
|
tile_independence_test.cc | 23 class TileIndependenceTest : public ::libvpx_test::EncoderTest, 27 : EncoderTest(GET_PARAM(0)), md5_fw_order_(), md5_inv_order_(),
|
vp9_lossless_test.cc | 25 : public ::libvpx_test::EncoderTest, 29 : EncoderTest(GET_PARAM(0)), psnr_(kMaxPsnr), nframes_(0),
|
vp9_motion_vector_test.cc | 35 : public ::libvpx_test::EncoderTest, 40 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)),
|
alt_ref_aq_segment_test.cc | 19 : public ::libvpx_test::EncoderTest, 22 AltRefAqSegmentTest() : EncoderTest(GET_PARAM(0)) {}
|
cpu_speed_test.cc | 22 : public ::libvpx_test::EncoderTest, 26 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)),
|
cq_test.cc | 26 class CQTest : public ::libvpx_test::EncoderTest, 49 CQTest() : EncoderTest(GET_PARAM(0)), cq_level_(GET_PARAM(1)) {
|
keyframe_test.cc | 21 : public ::libvpx_test::EncoderTest, 24 KeyframeTest() : EncoderTest(GET_PARAM(0)) {}
|
superframe_test.cc | 24 : public ::libvpx_test::EncoderTest, 28 : EncoderTest(GET_PARAM(0)), modified_buf_(NULL), last_sf_pts_(0) {}
|
encode_test_driver.cc | 100 void EncoderTest::InitializeConfig() { 106 void EncoderTest::SetMode(TestMode mode) { 157 void EncoderTest::MismatchHook(const vpx_image_t * /*img1*/, 162 void EncoderTest::RunLoop(VideoSource *video) {
|
active_map_refresh_test.cc | 61 : public ::libvpx_test::EncoderTest, 64 ActiveMapRefreshTest() : EncoderTest(GET_PARAM(0)) {}
|
encode_perf_test.cc | 57 : public ::libvpx_test::EncoderTest, 61 : EncoderTest(GET_PARAM(0)), min_psnr_(kMaxPsnr), nframes_(0),
|
level_test.cc | 18 : public ::libvpx_test::EncoderTest, 22 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)),
|
vp9_arf_freq_test.cc | 79 : public ::libvpx_test::EncoderTest, 84 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)),
|
vp9_encoder_parms_get_to_decoder.cc | 56 : public ::libvpx_test::EncoderTest, 61 : EncoderTest(GET_PARAM(0)), encode_parms(GET_PARAM(1)) {}
|
vp9_end_to_end_test.cc | 78 : public ::libvpx_test::EncoderTest, 83 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(2)),
|
vp9_ethread_test.cc | 34 : public ::libvpx_test::EncoderTest, 38 : EncoderTest(GET_PARAM(0)), encoder_initialized_(false), tiles_(0), 220 : public ::libvpx_test::EncoderTest, 225 : EncoderTest(GET_PARAM(0)), encoder_initialized_(false),
|
encode_test_driver.h | 179 class EncoderTest { 181 explicit EncoderTest(const CodecFactory *codec) 188 virtual ~EncoderTest() {}
|