Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h381 typedef int (*VPxWorkerHook)(void *, void *); typedef
390 VPxWorkerHook hook; // hook to call
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c139 static void launch_enc_workers(VP9_COMP *cpi, VPxWorkerHook hook, void *data2, in launch_enc_workers()