Home
last modified time | relevance | path

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

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
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_); in OpenMD5File()
53 ::libvpx_test::MD5 md5_res; in DecompressedFrameHook()
72 libvpx_test::CompressedVideoSource *video = NULL; in TEST_P()
76 video = new libvpx_test::IVFVideoSource(filename); in TEST_P()
78 video = new libvpx_test::WebMVideoSource(filename); in TEST_P()
92 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
93 libvpx_test::kVP8TestVectors +
94 libvpx_test::kNumVP8TestVectors));
[all …]
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, in PreEncodeFrameHook()
34 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
63 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
98 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
107 static_cast<const libvpx_test::CodecFactory*> (&libvpx_test::kVP9)
111 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood),
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, in PreEncodeFrameHook()
34 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
64 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
84 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
104 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
113 static_cast<const libvpx_test::CodecFactory*> (&libvpx_test::kVP9)
116 ::testing::Values(::libvpx_test::kRealTime,
[all …]
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, in PreEncodeFrameHook()
37 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30, in TEST_P()
87 static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)
90 ::testing::Values(::libvpx_test::kRealTime),
Dtile_independence_test.cc23 class TileIndependenceTest : public ::libvpx_test::EncoderTest,
24 public ::libvpx_test::CodecTestWithParam<int> {
48 SetMode(libvpx_test::kTwoPassGood); in SetUp()
51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
52 libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
58 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt, in UpdateMD5()
59 ::libvpx_test::MD5 *md5) { in UpdateMD5()
75 ::libvpx_test::MD5 md5_fw_order_, md5_inv_order_;
76 ::libvpx_test::Decoder *fw_dec_, *inv_dec_;
92 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144, in TEST_P()
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, in PreEncodeFrameHook()
32 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
59 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
75 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
82 ::libvpx_test::kTwoPassGood));
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, in PreEncodeFrameHook()
36 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
63 ::libvpx_test::RandomVideoSource video; in TEST_P()
76 ::libvpx_test::RandomVideoSource video; in TEST_P()
86 ::libvpx_test::DummyVideoSource video; in TEST_P()
99 ::libvpx_test::DummyVideoSource video; in TEST_P()
123 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
Daltref_test.cc21 class AltRefTest : public ::libvpx_test::EncoderTest,
22 public ::libvpx_test::CodecTestWithParam<int> {
29 SetMode(libvpx_test::kTwoPassGood); in SetUp()
36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
37 libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
Dencode_test_driver.h23 namespace libvpx_test {
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::kTwoPassGood, \
[all …]
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*/) { in PreEncodeFrameHook()
53 libvpx_test::DummyVideoSource video; in TEST_P()
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, in TEST_P()
78 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10); in TEST_P()
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, in PreEncodeFrameHook()
38 libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
89 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
96 ::libvpx_test::kTwoPassGood));
Dcodec_factory.h25 namespace libvpx_test {
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::kVP9)), \
Dexternal_frame_buffer_test.cc192 : public ::libvpx_test::DecoderTest,
193 public ::libvpx_test::CodecTestWithParam<const char*> {
196 : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)), in ExternalFrameBufferMD5Test()
206 const libvpx_test::CompressedVideoSource &video, in PreDecodeFrameHook()
207 libvpx_test::Decoder *decoder) { in PreDecodeFrameHook()
218 md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_); in OpenMD5File()
234 ::libvpx_test::MD5 md5_res; in DecompressedFrameHook()
279 video_ = new libvpx_test::WebMVideoSource(kVP9TestFile); in SetUp()
285 decoder_ = new libvpx_test::VP9Decoder(cfg, 0); in SetUp()
329 libvpx_test::DxDataIterator dec_iter = decoder_->GetDxData(); in CheckDecodedFrames()
[all …]
Dcq_test.cc25 class CQTest : public ::libvpx_test::EncoderTest,
26 public ::libvpx_test::CodecTestWithParam<int> {
36 SetMode(libvpx_test::kTwoPassGood); in SetUp()
45 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
46 libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
87 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
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, in PreEncodeFrameHook()
44 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
136 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
164 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
184 class DatarateTestVP9Large : public ::libvpx_test::EncoderTest,
185 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
275 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
276 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
[all …]
Dregister_state_check.h33 namespace libvpx_test {
79 libvpx_test::RegisterStateCheck reg_check; \
95 namespace libvpx_test {
133 libvpx_test::RegisterStateCheck reg_check; \
141 namespace libvpx_test {
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) { in PreEncodeFrameHook()
145 libvpx_test::TestMode encoding_mode_;
156 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
193 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
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, in PreEncodeFrameHook()
197 libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
236 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
265 ::testing::Values(::libvpx_test::kOnePassBest));
Dvp9_thread_test.cc102 libvpx_test::WebMVideoSource video(filename); in DecodeFile()
107 libvpx_test::VP9Decoder decoder(cfg, 0); in DecodeFile()
109 libvpx_test::MD5 md5; in DecodeFile()
118 libvpx_test::DxDataIterator dec_iter = decoder.GetDxData(); in DecodeFile()
Dvp8_decrypt_test.cc44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf"); in TEST()
Ddecode_perf_test.cc72 libvpx_test::WebMVideoSource video(video_name); in TEST_P()
77 libvpx_test::VP9Decoder decoder(cfg, 0); in TEST_P()
Divf_video_source.h18 namespace libvpx_test {
49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize]; in Init()
Dsvc_test.cc22 using libvpx_test::CodecFactory;
23 using libvpx_test::Decoder;
24 using libvpx_test::VP9CodecFactory;
261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F()
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F()
378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F()
406 FILE *const stats_file = libvpx_test::OpenTestDataFile(stats_file_name_); in TEST_F()
427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F()
Dclear_system_state.h18 namespace libvpx_test {

123