Searched defs:num_workers (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 70 static void create_enc_workers(VP9_COMP *cpi, int num_workers) { in create_enc_workers() 132 int num_workers) { in launch_enc_workers() 167 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols); in vp9_encode_tiles_mt() local 431 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1); in vp9_encode_fp_row_mt() local 516 int num_workers = cpi->num_workers ? cpi->num_workers : 1; in vp9_temporal_filter_row_mt() local 587 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1); in vp9_encode_tiles_row_mt() local
|
D | vp9_multi_thread.c | 179 int tile_cols, int num_workers) { in vp9_assign_tile_to_thread()
|
D | vp9_bitstream.c | 965 const int num_workers = cpi->num_workers; in encode_tiles_mt() local
|
D | vp9_encoder.h | 680 int num_workers; member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 162 const int num_workers = VPXMIN(nworkers, tile_cols); in loop_filter_rows_mt() local 214 int num_workers, VP9LfSync *lf_sync) { in vp9_loop_filter_frame_mt() 249 int width, int num_workers) { in vp9_loop_filter_alloc()
|
D | vp9_thread_common.h | 39 int num_workers; member
|
/external/v8/tools/testrunner/local/ |
D | pool.py | 76 def __init__(self, num_workers, heartbeat_timeout=30): argument
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1567 const int num_workers = VPXMIN(pbi->max_threads, tile_cols); in decode_tiles_mt() local
|