HomeSort by relevance Sort by last modified time
    Searched defs:libvpx_test (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/test/
clear_system_state.h 20 namespace libvpx_test { namespace
30 } // namespace libvpx_test
decode_test_driver.cc 16 namespace libvpx_test { namespace
47 } // 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
acm_random.h 18 namespace libvpx_test { namespace
60 } // namespace libvpx_test
md5_helper.h 19 namespace libvpx_test { namespace
68 } // namespace libvpx_test
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
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...]
decode_test_driver.h 18 namespace libvpx_test { namespace
116 } // namespace libvpx_test
encode_test_driver.cc 19 namespace libvpx_test { namespace
225 } // namespace libvpx_test
i420_video_source.h 18 namespace libvpx_test { namespace
116 } // 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
video_source.h 19 namespace libvpx_test { namespace
192 } // namespace libvpx_test
webm_video_source.h 20 namespace libvpx_test { namespace
183 } // namespace libvpx_test
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...]

Completed in 925 milliseconds