Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpredict_test.cc152 void TestWithRandomData(PredictFunc reference) { in TestWithRandomData() function in __anonb211f2060111::PredictTestBase
228 TEST_P(SixtapPredictTest, TestWithRandomData) { in TEST_P() argument
229 TestWithRandomData(vp8_sixtap_predict16x16_c); in TEST_P()
355 TEST_P(BilinearPredictTest, TestWithRandomData) { in TEST_P() argument
356 TestWithRandomData(vp8_bilinear_predict16x16_c); in TEST_P()