Searched refs:libvpx_test (Results 26 - 50 of 64) sorted by relevance

123

/external/libvpx/libvpx/test/
H A Ddecode_perf_test.cc74 libvpx_test::WebMVideoSource video(video_name);
79 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");
71 } // namespace libvpx_test
H A Dvp9_decrypt_test.cc44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf");
71 } // namespace libvpx_test
H A Dacm_random.h18 namespace libvpx_test { namespace
65 } // namespace libvpx_test
H A Divf_video_source.h18 namespace libvpx_test { namespace
49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize];
109 } // namespace libvpx_test
H A Dsubtract_test.cc28 libvpx_test::ClearSystemState();
32 using libvpx_test::ACMRandom;
H A Dvp9_subtract_test.cc30 libvpx_test::ClearSystemState();
34 using libvpx_test::ACMRandom;
H A Dmd5_helper.h17 namespace libvpx_test { namespace
67 } // namespace libvpx_test
H A Dvp9_boolcoder_test.cc23 using libvpx_test::ACMRandom;
H A Dvp9_thread_test.cc163 libvpx_test::WebMVideoSource video(filename);
168 libvpx_test::VP9Decoder decoder(cfg, 0);
170 libvpx_test::MD5 md5;
179 libvpx_test::DxDataIterator dec_iter = decoder.GetDxData();
H A Dwebm_video_source.h21 namespace libvpx_test { namespace
88 } // namespace libvpx_test
H A Dy4m_test.cc74 public ::libvpx_test::Y4mVideoSource {
119 libvpx_test::MD5 md5;
161 tmpfile_ = new libvpx_test::TempOutFile;
181 libvpx_test::TempOutFile *tmpfile_;
H A Dsixtap_predict_test.cc54 libvpx_test::ClearSystemState();
156 using libvpx_test::ACMRandom;
H A Di420_video_source.h18 namespace libvpx_test { namespace
116 } // namespace libvpx_test
H A Dpp_filter_test.cc32 libvpx_test::ClearSystemState();
H A Dy4m_video_source.h17 namespace libvpx_test { namespace
115 } // namespace libvpx_test
H A Dsvc_test.cc22 using libvpx_test::CodecFactory;
23 using libvpx_test::Decoder;
24 using libvpx_test::VP9CodecFactory;
239 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
277 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
390 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
H A Dfdct8x8_test.cc29 using libvpx_test::ACMRandom;
256 virtual void TearDown() { libvpx_test::ClearSystemState(); }
296 virtual void TearDown() { libvpx_test::ClearSystemState(); }
H A Ddecode_test_driver.cc16 namespace libvpx_test { namespace
113 } // namespace libvpx_test
H A Ddecode_test_driver.h18 namespace libvpx_test { namespace
156 } // namespace libvpx_test
H A Dfdct4x4_test.cc29 using libvpx_test::ACMRandom;
208 virtual void TearDown() { libvpx_test::ClearSystemState(); }
251 virtual void TearDown() { libvpx_test::ClearSystemState(); }
295 virtual void TearDown() { libvpx_test::ClearSystemState(); }
H A Didct_test.cc34 virtual void TearDown() { libvpx_test::ClearSystemState(); }
H A Dvp8_boolcoder_test.cc54 using libvpx_test::ACMRandom;
/external/libvpx/libvpx/test/android/
H A DAndroid.mk38 #libvpx_test
41 LOCAL_MODULE := libvpx_test

Completed in 92 milliseconds

123