Searched refs:launch_enc_workers (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 131 static void launch_enc_workers(VP9_COMP *cpi, VPxWorkerHook hook, void *data2, in launch_enc_workers() function 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()
|