HomeSort by relevance Sort by last modified time
    Searched refs:kVP8TestVectors (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/test/
test_vectors.h 20 extern const char *const kVP8TestVectors[];
test_vectors.cc 18 const char *const kVP8TestVectors[] = {
51 const int kNumVP8TestVectors = NELEMENTS(kVP8TestVectors);
test_vector_test.cc 135 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
136 libvpx_test::kVP8TestVectors +
147 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
148 libvpx_test::kVP8TestVectors +
external_frame_buffer_test.cc 391 // Tell compiler we are not using kVP8TestVectors.
392 (void)libvpx_test::kVP8TestVectors;

Completed in 69 milliseconds