HomeSort by relevance Sort by last modified time
    Searched refs:libvpx_test (Results 1 - 25 of 46) sorted by null

1 2

  /external/libvpx/libvpx/test/
clear_system_state.h 20 namespace libvpx_test { namespace
30 } // namespace libvpx_test
config_test.cc 18 class ConfigTest : public ::libvpx_test::EncoderTest,
19 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
34 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
52 libvpx_test::DummyVideoSource video;
altref_test.cc 21 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,
cpu_speed_test.cc 20 class CpuSpeedTest : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWith2Params<
22 libvpx_test::TestMode, int> {
32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
33 ::libvpx_test::Encoder *encoder) {
62 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
81 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
97 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
106 static_cast<const libvpx_test::CodecFactory*> (&libvpx_test::kVP9
    [all...]
borders_test.cc 20 class BordersTest : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
30 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
31 ::libvpx_test::Encoder *encoder) {
58 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
74 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
81 ::libvpx_test::kTwoPassGood));
vp9_lossless_test.cc 21 class LossLessTest : public ::libvpx_test::EncoderTest,
22 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
54 libvpx_test::TestMode encoding_mode_;
68 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 356, 284,
tile_independence_test.cc 25 class TileIndependenceTest : public ::libvpx_test::EncoderTest,
26 public ::libvpx_test::CodecTestWithParam<int> {
50 SetMode(libvpx_test::kTwoPassGood);
53 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
54 libvpx_test::Encoder *encoder) {
60 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt,
61 ::libvpx_test::MD5 *md5) {
77 ::libvpx_test::MD5 md5_fw_order_, md5_inv_order_;
78 ::libvpx_test::Decoder *fw_dec_, *inv_dec_;
94 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144
    [all...]
test_vector_test.cc 169 class TestVectorTest : public ::libvpx_test::DecoderTest,
170 public ::libvpx_test::CodecTestWithParam<const char*> {
180 md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_);
196 ::libvpx_test::MD5 md5_res;
215 libvpx_test::CompressedVideoSource *video = NULL;
219 video = new libvpx_test::IVFVideoSource(filename);
221 video = new libvpx_test::WebMVideoSource(filename);
keyframe_test.cc 20 class KeyframeTest : public ::libvpx_test::EncoderTest,
21 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
34 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
35 ::libvpx_test::Encoder *encoder) {
62 ::libvpx_test::RandomVideoSource video;
75 ::libvpx_test::RandomVideoSource video;
85 ::libvpx_test::DummyVideoSource video;
98 ::libvpx_test::DummyVideoSource video;
122 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288
    [all...]
superframe_test.cc 19 class SuperframeTest : public ::libvpx_test::EncoderTest,
20 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
37 libvpx_test::Encoder *encoder) {
88 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
95 ::libvpx_test::kTwoPassGood));
cq_test.cc 25 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,
encode_test_driver.h 20 namespace libvpx_test { namespace
32 #define ALL_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
33 ::libvpx_test::kOnePassGood, \
34 ::libvpx_test::kOnePassBest, \
35 ::libvpx_test::kTwoPassGood, \
36 ::libvpx_test::kTwoPassBest)
38 #define ONE_PASS_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
39 ::libvpx_test::kOnePassGood, \
40 ::libvpx_test::kOnePassBest)
42 #define TWO_PASS_TEST_MODES ::testing::Values(::libvpx_test::kTwoPassGood,
    [all...]
datarate_test.cc 18 class DatarateTest : public ::libvpx_test::EncoderTest,
19 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
39 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
40 ::libvpx_test::Encoder *encoder) {
131 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
159 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
codec_factory.h 27 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::kVP9)),
    [all...]
resize_test.cc 38 class ResizingVideoSource : public ::libvpx_test::DummyVideoSource {
54 class ResizeTest : public ::libvpx_test::EncoderTest,
55 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
102 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
103 libvpx_test::Encoder *encoder) {
124 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
153 ::testing::Values(::libvpx_test::kOnePassBest));
vp9_thread_test.cc 85 libvpx_test::WebMVideoSource video("vp90-2-03-size-226x226.webm");
90 libvpx_test::VP9Decoder decoder(cfg, 0);
92 libvpx_test::MD5 md5;
98 libvpx_test::DxDataIterator dec_iter = decoder.GetDxData();
register_state_check.h 32 namespace libvpx_test { namespace
78 libvpx_test::RegisterStateCheck reg_check; \
82 } // namespace libvpx_test
86 namespace libvpx_test {
91 } // namespace libvpx_test
error_resilience_test.cc 22 class ErrorResilienceTest : public ::libvpx_test::EncoderTest,
23 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
58 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) {
144 libvpx_test::TestMode encoding_mode_;
155 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
188 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
acm_random.h 18 namespace libvpx_test { namespace
60 } // namespace libvpx_test
ivf_video_source.h 18 namespace libvpx_test { namespace
49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize];
109 } // namespace libvpx_test
vp8_decrypt_test.cc 44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
73 } // namespace libvpx_test
decode_test_driver.cc 16 namespace libvpx_test { namespace
47 } // namespace libvpx_test
md5_helper.h 19 namespace libvpx_test { namespace
68 } // namespace libvpx_test
subtract_test.cc 30 libvpx_test::ClearSystemState();
34 using libvpx_test::ACMRandom;
vp9_subtract_test.cc 32 libvpx_test::ClearSystemState();
36 using libvpx_test::ACMRandom;

Completed in 97 milliseconds

1 2