Home
last modified time | relevance | path

Searched refs:kVP8TestVectors (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dtest_vector_test.cc156 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
157 libvpx_test::kVP8TestVectors +
169 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
170 libvpx_test::kVP8TestVectors +
Dtest_vectors.cc18 const char *const kVP8TestVectors[] = { variable
51 const int kNumVP8TestVectors = NELEMENTS(kVP8TestVectors);
Dtest_vectors.h20 extern const char *const kVP8TestVectors[];
Dexternal_frame_buffer_test.cc363 (void)libvpx_test::kVP8TestVectors; in TEST_P()