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

  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 167 typedef int (*VPxWorkerHook)(void*, void*);
176 VPxWorkerHook hook; // hook to call
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 136 worker->hook = (VPxWorkerHook)enc_worker_hook;
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 191 worker->hook = (VPxWorkerHook)loop_filter_row_worker;
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 400 worker->hook = (VPxWorkerHook)frame_worker_hook;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 1034 milliseconds