Searched defs:libvpx_test (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dtest_vectors.h16 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dclear_system_state.h18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dtest_vectors.cc13 namespace libvpx_test { namespace
190 } // namespace libvpx_test
H A Dacm_random.h18 namespace libvpx_test { namespace
65 } // namespace libvpx_test
H A Dmd5_helper.h17 namespace libvpx_test { namespace
68 } // namespace libvpx_test
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 Dcodec_factory.h25 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
[all...]
H A Ddecode_test_driver.cc16 namespace libvpx_test { namespace
113 } // 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 Dregister_state_check.h47 namespace libvpx_test { namespace
88 libvpx_test::RegisterStateCheck reg_check; \
92 } // namespace libvpx_test
102 namespace libvpx_test {
135 libvpx_test::RegisterStateCheck reg_check; \
139 } // namespace libvpx_test
143 namespace libvpx_test {
148 } // namespace libvpx_test
155 namespace libvpx_test { namespace
183 libvpx_test
[all...]
H A Dwebm_video_source.h21 namespace libvpx_test { namespace
88 } // namespace libvpx_test
H A Ddecode_test_driver.h18 namespace libvpx_test { namespace
156 } // namespace libvpx_test
H A Dencode_test_driver.cc19 namespace libvpx_test { namespace
231 } // namespace libvpx_test
/external/libvpx/libvpx/test/
H A Dtest_vectors.h16 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dclear_system_state.h18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dtest_vectors.cc13 namespace libvpx_test { namespace
185 } // namespace libvpx_test
H A Dacm_random.h18 namespace libvpx_test { namespace
65 } // namespace libvpx_test
H A Ddecode_test_driver.cc16 namespace libvpx_test { namespace
50 } // namespace libvpx_test
H A Dmd5_helper.h17 namespace libvpx_test { namespace
66 } // namespace libvpx_test
H A Dvp8_decrypt_test.cc44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
73 } // namespace libvpx_test
H A Dcodec_factory.h25 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
[all...]
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 Dregister_state_check.h33 namespace libvpx_test { namespace
79 libvpx_test::RegisterStateCheck reg_check; \
83 } // namespace libvpx_test
95 namespace libvpx_test { namespace
133 libvpx_test::RegisterStateCheck reg_check; \
137 } // namespace libvpx_test
141 namespace libvpx_test {
146 } // namespace libvpx_test
H A Dy4m_video_source.h17 namespace libvpx_test { namespace
109 } // namespace libvpx_test

Completed in 156 milliseconds

12