HomeSort by relevance Sort by last modified time
    Searched refs:VP9WorkerImpl (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_thread.h 166 typedef struct VP9WorkerImpl VP9WorkerImpl;
170 VP9WorkerImpl *impl_;
vp9_thread.c 23 struct VP9WorkerImpl {
99 worker->impl_ = (VP9WorkerImpl*)vpx_calloc(1, sizeof(*worker->impl_));

Completed in 46 milliseconds