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

1 2 3 4

  /external/libvpx/libvpx/test/
vp8_fragments_test.cc 16 class VP8FramgmentsTest : public ::libvpx_test::EncoderTest,
19 VP8FramgmentsTest() : EncoderTest(&::libvpx_test::kVP8) {}
26 SetMode(::libvpx_test::kRealTime);
32 ::libvpx_test::RandomVideoSource video;
clear_system_state.h 18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
config_test.cc 19 : public ::libvpx_test::EncoderTest,
20 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource * /*video*/) {
55 libvpx_test::DummyVideoSource video;
realtime_test.cc 23 : public ::libvpx_test::EncoderTest,
24 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
32 SetMode(::libvpx_test::kRealTime);
51 ::libvpx_test::RandomVideoSource video;
59 ::testing::Values(::libvpx_test::kRealTime));
61 ::testing::Values(::libvpx_test::kRealTime));
vp9_motion_vector_test.cc 23 const libvpx_test::TestMode kEncodingModeVectors[] = {
24 ::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood,
25 ::libvpx_test::kRealTime,
35 : public ::libvpx_test::EncoderTest,
36 public ::libvpx_test::CodecTestWith3Params<libvpx_test::TestMode, int,
48 if (encoding_mode_ != ::libvpx_test::kRealTime) {
60 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
61 ::libvpx_test::Encoder *encoder)
    [all...]
test_vector_test.cc 39 class TestVectorTest : public ::libvpx_test::DecoderTest,
40 public ::libvpx_test::CodecTestWithParam<DecodeParam> {
44 resize_clips_.insert(::libvpx_test::kVP9TestVectorsResize,
45 ::libvpx_test::kVP9TestVectorsResize +
46 ::libvpx_test::kNumVP9TestVectorsResize);
55 md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_);
71 ::libvpx_test::MD5 md5_res;
121 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video;
123 video.reset(new libvpx_test::IVFVideoSource(filename));
126 video.reset(new libvpx_test::WebMVideoSource(filename))
    [all...]
frame_size_tests.cc 16 class VP9FrameSizeTestsLarge : public ::libvpx_test::EncoderTest,
20 : EncoderTest(&::libvpx_test::kVP9), expected_res_(VPX_CODEC_OK) {}
25 SetMode(::libvpx_test::kRealTime);
29 const libvpx_test::VideoSource & /*video*/,
30 libvpx_test::Decoder *decoder) {
35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
36 ::libvpx_test::Encoder *encoder) {
50 ::libvpx_test::RandomVideoSource video;
61 ::libvpx_test::RandomVideoSource video;
88 ::libvpx_test::RandomVideoSource video
    [all...]
altref_test.cc 23 class AltRefTest : public ::libvpx_test::EncoderTest,
24 public ::libvpx_test::CodecTestWithParam<int> {
31 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,
72 : public ::libvpx_test::EncoderTest,
73 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
87 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video
    [all...]
vp9_lossless_test.cc 25 : public ::libvpx_test::EncoderTest,
26 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
39 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
40 ::libvpx_test::Encoder *encoder) {
64 libvpx_test::TestMode encoding_mode_;
78 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
86 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10);
114 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
122 ::testing::Values(::libvpx_test::kRealTime
    [all...]
cpu_speed_test.cc 22 : public ::libvpx_test::EncoderTest,
23 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
34 if (encoding_mode_ != ::libvpx_test::kRealTime) {
45 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
46 ::libvpx_test::Encoder *encoder) {
50 if (encoding_mode_ != ::libvpx_test::kRealTime) {
63 ::libvpx_test::TestMode encoding_mode_;
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
90 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25)
    [all...]
decode_svc_test.cc 23 class DecodeSvcTest : public ::libvpx_test::DecoderTest,
24 public ::libvpx_test::CodecTestWithParam<const char *> {
26 DecodeSvcTest() : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)) {}
30 const libvpx_test::CompressedVideoSource &video,
31 libvpx_test::Decoder *decoder) {
56 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video;
57 video.reset(new libvpx_test::IVFVideoSource(filename));
73 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video;
74 video.reset(new libvpx_test::IVFVideoSource(filename));
90 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video
    [all...]
test_vectors.h 16 namespace libvpx_test { namespace
32 } // namespace libvpx_test
borders_test.cc 21 : public ::libvpx_test::EncoderTest,
22 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
33 ::libvpx_test::Encoder *encoder) {
60 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
76 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
83 ::testing::Values(::libvpx_test::kTwoPassGood));
aq_segment_test.cc 19 : 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::kOnePassGood)
    [all...]
tile_independence_test.cc 23 class TileIndependenceTest : public ::libvpx_test::EncoderTest,
24 public ::libvpx_test::CodecTestWithParam<int> {
46 SetMode(libvpx_test::kTwoPassGood);
49 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
50 libvpx_test::Encoder *encoder) {
56 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt,
57 ::libvpx_test::MD5 *md5) {
73 ::libvpx_test::MD5 md5_fw_order_, md5_inv_order_;
74 ::libvpx_test::Decoder *fw_dec_, *inv_dec_;
90 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144
    [all...]
level_test.cc 18 : public ::libvpx_test::EncoderTest,
19 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
30 if (encoding_mode_ != ::libvpx_test::kRealTime) {
44 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
45 ::libvpx_test::Encoder *encoder) {
50 if (encoding_mode_ != ::libvpx_test::kRealTime) {
62 ::libvpx_test::TestMode encoding_mode_;
70 ASSERT_NE(encoding_mode_, ::libvpx_test::kRealTime);
71 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0
    [all...]
active_map_test.cc 21 : 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) {
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30, 1,
89 ::testing::Values(::libvpx_test::kRealTime),
alt_ref_aq_segment_test.cc 19 : public ::libvpx_test::EncoderTest,
20 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
34 ::libvpx_test::Encoder *encoder) {
63 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
84 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
105 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
126 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
147 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288
    [all...]
invalid_file_test.cc 37 class InvalidFileTest : public ::libvpx_test::DecoderTest,
38 public ::libvpx_test::CodecTestWithParam<DecodeParam> {
47 res_file_ = libvpx_test::OpenTestDataFile(res_file_name_);
54 const libvpx_test::CompressedVideoSource &video,
55 libvpx_test::Decoder *decoder) {
92 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video;
94 video.reset(new libvpx_test::IVFVideoSource(filename));
97 video.reset(new libvpx_test::WebMVideoSource(filename));
159 virtual void HandlePeekResult(libvpx_test::Decoder *const /*decoder*/,
160 libvpx_test::CompressedVideoSource * /*video*/
    [all...]
vp9_ethread_test.cc 34 : public ::libvpx_test::EncoderTest,
35 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
72 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource * /*video*/,
73 ::libvpx_test::Encoder *encoder) {
84 if (encoding_mode_ == ::libvpx_test::kTwoPassGood)
109 ::libvpx_test::TestMode encoding_mode_;
151 ::libvpx_test::MD5 md5_row_mt_0, md5_row_mt_1;
169 ::libvpx_test::Y4mVideoSource video("niklas_1280_720_30.y4m", 0, 60);
220 : public ::libvpx_test::EncoderTest
    [all...]
vp9_arf_freq_test.cc 41 libvpx_test::TestMode mode;
58 { ::libvpx_test::kOnePassGood, 2 }, { ::libvpx_test::kOnePassGood, 5 },
59 { ::libvpx_test::kTwoPassGood, 1 }, { ::libvpx_test::kTwoPassGood, 2 },
60 { ::libvpx_test::kTwoPassGood, 5 }, { ::libvpx_test::kRealTime, 5 },
79 : public ::libvpx_test::EncoderTest,
80 public ::libvpx_test::CodecTestWith3Params<TestVideoParam,
92 if (test_encode_param_.mode != ::libvpx_test::kRealTime)
    [all...]
vp9_end_to_end_test.cc 60 const libvpx_test::TestMode kEncodingModeVectors[] = {
61 ::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood,
62 ::libvpx_test::kRealTime,
78 : public ::libvpx_test::EncoderTest,
79 public ::libvpx_test::CodecTestWith3Params<libvpx_test::TestMode,
92 if (encoding_mode_ != ::libvpx_test::kRealTime) {
115 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
116 ::libvpx_test::Encoder *encoder)
    [all...]
keyframe_test.cc 21 : public ::libvpx_test::EncoderTest,
22 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
37 ::libvpx_test::Encoder *encoder) {
66 ::libvpx_test::RandomVideoSource video;
78 ::libvpx_test::RandomVideoSource video;
88 ::libvpx_test::DummyVideoSource video;
101 ::libvpx_test::DummyVideoSource video;
124 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288
    [all...]
register_state_check.h 45 namespace libvpx_test { namespace
86 libvpx_test::RegisterStateCheck reg_check; \
90 } // namespace libvpx_test
100 namespace libvpx_test {
126 libvpx_test::RegisterStateCheck reg_check; \
130 } // namespace libvpx_test
134 namespace libvpx_test {
139 } // namespace libvpx_test
146 namespace libvpx_test { namespace
174 libvpx_test::RegisterStateCheckMMX reg_check;
    [all...]
user_priv_test.cc 31 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();

Completed in 188 milliseconds

1 2 3 4