Searched refs:libvpx_test (Results 1 - 25 of 64) sorted by relevance

123

/external/libvpx/libvpx/test/
H A Dtest_vector_test.cc29 class TestVectorTest : public ::libvpx_test::DecoderTest,
30 public ::libvpx_test::CodecTestWithParam<const char*> {
40 md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_);
56 ::libvpx_test::MD5 md5_res;
75 libvpx_test::CompressedVideoSource *video = NULL;
79 video = new libvpx_test::IVFVideoSource(filename);
82 video = new libvpx_test::WebMVideoSource(filename);
101 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
102 libvpx_test::kVP8TestVectors +
103 libvpx_test
[all...]
H A Dclear_system_state.h18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dtest_vectors.h16 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dconfig_test.cc18 class ConfigTest : public ::libvpx_test::EncoderTest,
19 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
53 libvpx_test::DummyVideoSource video;
H A Daltref_test.cc21 class AltRefTest : public ::libvpx_test::EncoderTest,
22 public ::libvpx_test::CodecTestWithParam<int> {
29 SetMode(libvpx_test::kTwoPassGood);
36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
37 libvpx_test::Encoder *encoder) {
60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
H A Dframe_size_tests.cc17 : public ::libvpx_test::EncoderTest,
20 VP9FrameSizeTestsLarge() : EncoderTest(&::libvpx_test::kVP9),
26 SetMode(::libvpx_test::kRealTime);
30 const libvpx_test::VideoSource &video,
31 libvpx_test::Decoder *decoder) {
36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
37 ::libvpx_test::Encoder *encoder) {
51 ::libvpx_test::RandomVideoSource video;
62 ::libvpx_test::RandomVideoSource video;
H A Dcpu_speed_test.cc22 : public ::libvpx_test::EncoderTest,
23 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
35 if (encoding_mode_ != ::libvpx_test::kRealTime) {
48 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
49 ::libvpx_test::Encoder *encoder) {
52 if (encoding_mode_ != ::libvpx_test::kRealTime) {
66 ::libvpx_test::TestMode encoding_mode_;
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
92 ::libvpx_test
[all...]
H A Dborders_test.cc20 class BordersTest : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
32 ::libvpx_test::Encoder *encoder) {
59 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
75 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
82 ::libvpx_test::kTwoPassGood));
H A Daq_segment_test.cc19 : public ::libvpx_test::EncoderTest,
20 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
33 ::libvpx_test::Encoder *encoder) {
59 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
79 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
99 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
106 ::testing::Values(::libvpx_test::kRealTime,
107 ::libvpx_test
[all...]
H A Dtile_independence_test.cc23 class TileIndependenceTest : public ::libvpx_test::EncoderTest,
24 public ::libvpx_test::CodecTestWithParam<int> {
48 SetMode(libvpx_test::kTwoPassGood);
51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
52 libvpx_test::Encoder *encoder) {
58 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt,
59 ::libvpx_test::MD5 *md5) {
75 ::libvpx_test::MD5 md5_fw_order_, md5_inv_order_;
76 ::libvpx_test::Decoder *fw_dec_, *inv_dec_;
92 libvpx_test
[all...]
H A Dactive_map_test.cc21 : public ::libvpx_test::EncoderTest,
22 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
37 ::libvpx_test::Encoder *encoder) {
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
87 ::testing::Values(::libvpx_test::kRealTime),
H A Dvp9_lossless_test.cc22 class LosslessTestLarge : public ::libvpx_test::EncoderTest,
23 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
39 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
40 ::libvpx_test::Encoder *encoder) {
67 libvpx_test::TestMode encoding_mode_;
81 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
89 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10);
117 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
H A Dinvalid_file_test.cc38 : public ::libvpx_test::DecoderTest,
39 public ::libvpx_test::CodecTestWithParam<DecodeParam> {
49 res_file_ = libvpx_test::OpenTestDataFile(res_file_name_);
56 const libvpx_test::CompressedVideoSource &video,
57 libvpx_test::Decoder *decoder) {
75 libvpx_test::CompressedVideoSource *video = NULL;
82 video = new libvpx_test::IVFVideoSource(filename);
85 video = new libvpx_test::WebMVideoSource(filename);
129 virtual void HandlePeekResult(libvpx_test::Decoder *const decoder,
130 libvpx_test
[all...]
H A Dtest_vectors.cc13 namespace libvpx_test { namespace
189 } // namespace libvpx_test
H A Dkeyframe_test.cc20 class KeyframeTest : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
36 ::libvpx_test::Encoder *encoder) {
63 ::libvpx_test::RandomVideoSource video;
76 ::libvpx_test::RandomVideoSource video;
86 ::libvpx_test::DummyVideoSource video;
99 ::libvpx_test::DummyVideoSource video;
123 ::libvpx_test
[all...]
H A Dsuperframe_test.cc19 class SuperframeTest : public ::libvpx_test::EncoderTest,
20 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
38 libvpx_test::Encoder *encoder) {
89 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
96 ::libvpx_test::kTwoPassGood));
H A Duser_priv_test.cc31 using libvpx_test::ACMRandom;
47 libvpx_test::WebMVideoSource video(filename);
51 libvpx_test::VP9Decoder decoder(cfg, 0);
53 libvpx_test::MD5 md5;
65 libvpx_test::DxDataIterator dec_iter = decoder.GetDxData();
H A Dencode_test_driver.h23 namespace libvpx_test { namespace
35 #define ALL_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
36 ::libvpx_test::kOnePassGood, \
37 ::libvpx_test::kOnePassBest, \
38 ::libvpx_test::kTwoPassGood, \
39 ::libvpx_test::kTwoPassBest)
41 #define ONE_PASS_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
42 ::libvpx_test::kOnePassGood, \
43 ::libvpx_test::kOnePassBest)
45 #define TWO_PASS_TEST_MODES ::testing::Values(::libvpx_test
[all...]
H A Dregister_state_check.h47 namespace libvpx_test { namespace
88 libvpx_test::RegisterStateCheck reg_check; \
92 } // namespace libvpx_test
102 namespace libvpx_test {
135 libvpx_test::RegisterStateCheck reg_check; \
139 } // namespace libvpx_test
143 namespace libvpx_test {
148 } // namespace libvpx_test
155 namespace libvpx_test { namespace
183 libvpx_test
[all...]
H A Dcodec_factory.h25 namespace libvpx_test { namespace
53 std::tr1::tuple< const libvpx_test::CodecFactory*, T1 > > {
58 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2 > > {
63 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2, T3 > > {
135 const libvpx_test::VP8CodecFactory kVP8;
140 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
141 &libvpx_test::kVP8)), \
217 const libvpx_test::VP9CodecFactory kVP9;
222 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
223 &libvpx_test
[all...]
H A Dcq_test.cc26 class CQTest : public ::libvpx_test::EncoderTest,
27 public ::libvpx_test::CodecTestWithParam<int> {
59 SetMode(libvpx_test::kTwoPassGood);
68 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
69 libvpx_test::Encoder *encoder) {
114 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
H A Dencode_perf_test.cc58 : public ::libvpx_test::EncoderTest,
59 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
87 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
88 ::libvpx_test::Encoder *encoder) {
119 libvpx_test::TestMode encoding_mode_;
136 libvpx_test::I420VideoSource video(
169 VP9EncodePerfTest, ::testing::Values(::libvpx_test::kRealTime));
H A Ddatarate_test.cc20 class DatarateTestLarge : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
43 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
44 ::libvpx_test::Encoder *encoder) {
136 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
164 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
184 class DatarateTestVP9Large : public ::libvpx_test::EncoderTest,
185 public ::libvpx_test::CodecTestWith2Params<libvpx_test
[all...]
H A Derror_resilience_test.cc22 class ErrorResilienceTestLarge : public ::libvpx_test::EncoderTest,
23 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
59 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) {
145 libvpx_test::TestMode encoding_mode_;
156 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
193 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
H A Dexternal_frame_buffer_test.cc195 : public ::libvpx_test::DecoderTest,
196 public ::libvpx_test::CodecTestWithParam<const char*> {
199 : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)),
209 const libvpx_test::CompressedVideoSource &video,
210 libvpx_test::Decoder *decoder) {
221 md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_);
237 ::libvpx_test::MD5 md5_res;
283 video_ = new libvpx_test::WebMVideoSource(kVP9TestFile);
289 decoder_ = new libvpx_test::VP9Decoder(cfg, 0);
333 libvpx_test
[all...]

Completed in 256 milliseconds

123