Home
last modified time | relevance | path

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

/external/libvpx/test/
Dtest_intra_pred_speed.cc352 typedef void (*VpxHighbdPredFunc)(uint16_t *dst, ptrdiff_t y_stride, typedef
358 void TestHighbdIntraPred(const char name[], VpxHighbdPredFunc const *pred_funcs, in TestHighbdIntraPred()
386 void TestHighbdIntraPred4(VpxHighbdPredFunc const *pred_funcs) { in TestHighbdIntraPred4()
399 void TestHighbdIntraPred8(VpxHighbdPredFunc const *pred_funcs) { in TestHighbdIntraPred8()
412 void TestHighbdIntraPred16(VpxHighbdPredFunc const *pred_funcs) { in TestHighbdIntraPred16()
425 void TestHighbdIntraPred32(VpxHighbdPredFunc const *pred_funcs) { in TestHighbdIntraPred32()
445 static const VpxHighbdPredFunc vpx_intra_pred[] = { \