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

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtest_vector_test.cc26 class TestVectorTest : public ::libvpx_test::DecoderTest,
27 public ::libvpx_test::CodecTestWithParam<const char*> {
37 md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_);
53 ::libvpx_test::MD5 md5_res;
72 libvpx_test::CompressedVideoSource *video = NULL;
76 video = new libvpx_test::IVFVideoSource(filename);
78 video = new libvpx_test::WebMVideoSource(filename);
92 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
93 libvpx_test::kVP8TestVectors +
94 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 Daq_segment_test.cc20 class AqSegmentTest : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWith2Params<
22 libvpx_test::TestMode, int> {
33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
34 ::libvpx_test::Encoder *encoder) {
64 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
84 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
104 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
113 static_cast<const libvpx_test::CodecFactory*> (&libvpx_test
[all...]
H A Dcpu_speed_test.cc20 class CpuSpeedTest : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWith2Params<
22 libvpx_test::TestMode, int> {
33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
34 ::libvpx_test::Encoder *encoder) {
63 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
98 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
107 static_cast<const libvpx_test::CodecFactory*> (&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 static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)
90 ::testing::Values(::libvpx_test::kRealTime),
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 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 Dtest_vectors.cc13 namespace libvpx_test { namespace
172 } // namespace libvpx_test
H A Dvp9_lossless_test.cc22 class LosslessTestLarge : public ::libvpx_test::EncoderTest,
23 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
56 libvpx_test::TestMode encoding_mode_;
70 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
78 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10);
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 Dcq_test.cc25 class CQTest : public ::libvpx_test::EncoderTest,
26 public ::libvpx_test::CodecTestWithParam<int> {
36 SetMode(libvpx_test::kTwoPassGood);
45 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
46 libvpx_test::Encoder *encoder) {
87 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
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 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 Dregister_state_check.h33 namespace libvpx_test { namespace
79 libvpx_test::RegisterStateCheck reg_check; \
83 } // namespace libvpx_test
95 namespace libvpx_test { namespace
133 libvpx_test::RegisterStateCheck reg_check; \
137 } // namespace libvpx_test
141 namespace libvpx_test {
146 } // namespace libvpx_test
H A Dexternal_frame_buffer_test.cc192 : public ::libvpx_test::DecoderTest,
193 public ::libvpx_test::CodecTestWithParam<const char*> {
196 : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)),
206 const libvpx_test::CompressedVideoSource &video,
207 libvpx_test::Decoder *decoder) {
218 md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_);
234 ::libvpx_test::MD5 md5_res;
279 video_ = new libvpx_test::WebMVideoSource(kVP9TestFile);
285 decoder_ = new libvpx_test::VP9Decoder(cfg, 0);
329 libvpx_test
[all...]
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 Dvp9_thread_test.cc102 libvpx_test::WebMVideoSource video(filename);
107 libvpx_test::VP9Decoder decoder(cfg, 0);
109 libvpx_test::MD5 md5;
118 libvpx_test::DxDataIterator dec_iter = decoder.GetDxData();
H A Ddecode_perf_test.cc72 libvpx_test::WebMVideoSource video(video_name);
77 libvpx_test::VP9Decoder decoder(cfg, 0);
H A Dresize_test.cc98 class ResizingVideoSource : public ::libvpx_test::DummyVideoSource {
116 class ResizeTest : public ::libvpx_test::EncoderTest,
117 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
196 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
197 libvpx_test::Encoder *encoder) {
236 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
265 ::testing::Values(::libvpx_test::kOnePassBest));
H A Dvp8_decrypt_test.cc44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
73 } // namespace libvpx_test

Completed in 185 milliseconds

123