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

  /external/libvpx/libvpx/test/
test_vectors.h 16 namespace libvpx_test { namespace
32 } // namespace libvpx_test
clear_system_state.h 18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
i420_video_source.h 18 namespace libvpx_test { namespace
31 } // namespace libvpx_test
vp8_decrypt_test.cc 42 namespace libvpx_test { namespace
45 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
69 } // namespace libvpx_test
vp9_decrypt_test.cc 42 namespace libvpx_test { namespace
45 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf");
69 } // namespace libvpx_test
acm_random.h 18 namespace libvpx_test { namespace
63 } // namespace libvpx_test
md5_helper.h 17 namespace libvpx_test { namespace
73 } // namespace libvpx_test
test_vectors.cc 13 namespace libvpx_test { namespace
384 } // namespace libvpx_test
decode_test_driver.cc 18 namespace libvpx_test { namespace
118 } // namespace libvpx_test
codec_factory.h 25 namespace libvpx_test { namespace
56 std::tr1::tuple<const libvpx_test::CodecFactory *, T1> > {};
61 std::tr1::tuple<const libvpx_test::CodecFactory *, T1, T2> > {};
66 std::tr1::tuple<const libvpx_test::CodecFactory *, T1, T2, T3> > {};
71 std::tr1::tuple<const libvpx_test::CodecFactory *, T1, T2, T3, T4> > {
157 const libvpx_test::VP8CodecFactory kVP8;
163 ::testing::Values(static_cast<const libvpx_test::CodecFactory *>( \
164 &libvpx_test::kVP8)), \
253 const libvpx_test::VP9CodecFactory kVP9;
259 ::testing::Values(static_cast<const libvpx_test::CodecFactory *>(
    [all...]
decode_test_driver.h 18 namespace libvpx_test { namespace
160 } // namespace libvpx_test
ivf_video_source.h 18 namespace libvpx_test { namespace
43 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize];
104 } // namespace libvpx_test
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...]
webm_video_source.h 21 namespace libvpx_test { namespace
91 } // namespace libvpx_test
yuv_video_source.h 20 namespace libvpx_test { namespace
123 } // namespace libvpx_test
buffer.h 23 namespace libvpx_test { namespace
311 } // namespace libvpx_test
encode_test_driver.cc 22 namespace libvpx_test { namespace
262 } // namespace libvpx_test
y4m_video_source.h 18 namespace libvpx_test { namespace
120 } // namespace libvpx_test
encode_test_driver.h 24 namespace libvpx_test { namespace
37 ::testing::Values(::libvpx_test::kRealTime, ::libvpx_test::kOnePassGood, \
38 ::libvpx_test::kOnePassBest, ::libvpx_test::kTwoPassGood, \
39 ::libvpx_test::kTwoPassBest)
42 ::testing::Values(::libvpx_test::kRealTime, ::libvpx_test::kOnePassGood, \
43 ::libvpx_test::kOnePassBest)
46 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kTwoPassBest
    [all...]
video_source.h 27 namespace libvpx_test { namespace
256 } // namespace libvpx_test

Completed in 202 milliseconds