Searched defs:num_workers (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 167 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()
|
D | vp9_thread_common.h | 39 int num_workers; member
|
/external/autotest/client/virt/ |
D | virt_scheduler.py | 11 def __init__(self, tests, num_workers, total_cpus, total_mem, bindir): argument
|
/external/v8/tools/testrunner/local/ |
D | pool.py | 76 def __init__(self, num_workers, heartbeat_timeout=30): argument
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 71 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols); in vp9_encode_tiles_mt() local
|
D | vp9_encoder.h | 502 int num_workers; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1637 const int num_workers = VPXMIN(pbi->max_threads, tile_cols); in decode_tiles_mt() local
|