Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpredict_test.cc33 typedef void (*PredictFunc)(uint8_t *src_ptr, int src_pixels_per_line, typedef
37 typedef std::tuple<int, int, PredictFunc> PredictParam;
87 PredictFunc predict_;
152 void TestWithRandomData(PredictFunc reference) { in TestWithRandomData()
180 void TestWithUnalignedDst(PredictFunc reference) { in TestWithUnalignedDst()