Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h170 typedef struct VPxWorkerImpl VPxWorkerImpl; typedef
174 VPxWorkerImpl *impl_;
Dvpx_thread.c23 struct VPxWorkerImpl { struct
99 worker->impl_ = (VPxWorkerImpl*)vpx_calloc(1, sizeof(*worker->impl_)); in reset()