Home
last modified time | relevance | path

Searched defs:num_workers (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c167 const int num_workers = VPXMIN(nworkers, tile_cols); in loop_filter_rows_mt() local
220 VPxWorker *workers, int num_workers, in vp9_loop_filter_frame_mt()
256 int width, int num_workers) { in vp9_loop_filter_alloc()
Dvp9_thread_common.h39 int num_workers; member
/external/autotest/client/virt/
Dvirt_scheduler.py11 def __init__(self, tests, num_workers, total_cpus, total_mem, bindir): argument
/external/v8/tools/testrunner/local/
Dpool.py76 def __init__(self, num_workers, heartbeat_timeout=30): argument
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c71 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols); in vp9_encode_tiles_mt() local
Dvp9_encoder.h502 int num_workers; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1637 const int num_workers = VPXMIN(pbi->max_threads, tile_cols); in decode_tiles_mt() local