Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c131 static void launch_enc_workers(VP9_COMP *cpi, VPxWorkerHook hook, void *data2, in launch_enc_workers()
138 worker->hook = (VPxWorkerHook)hook; in launch_enc_workers()
206 launch_enc_workers(cpi, (VPxWorkerHook)enc_worker_hook, NULL, num_workers); in vp9_encode_tiles_mt()
462 launch_enc_workers(cpi, (VPxWorkerHook)first_pass_worker_hook, in vp9_encode_fp_row_mt()
545 launch_enc_workers(cpi, (VPxWorkerHook)temporal_filter_worker_hook, in vp9_temporal_filter_row_mt()
639 launch_enc_workers(cpi, (VPxWorkerHook)enc_row_mt_worker_hook, in vp9_encode_tiles_row_mt()
Dvp9_bitstream.c998 worker->hook = (VPxWorkerHook)encode_tile_worker; in encode_tiles_mt()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h359 typedef int (*VPxWorkerHook)(void *, void *); typedef
368 VPxWorkerHook hook; // hook to call
/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c186 worker->hook = (VPxWorkerHook)loop_filter_row_worker; in loop_filter_rows_mt()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c385 worker->hook = (VPxWorkerHook)frame_worker_hook; in init_decoder()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1387 pbi->lf_worker.hook = (VPxWorkerHook)vp9_loop_filter_worker; in decode_tiles()
1599 worker->hook = (VPxWorkerHook)tile_worker_hook; in decode_tiles_mt()