Home
last modified time | relevance | path

Searched refs:default_threads (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tools/calmbench/
Dcalmbench.py49 default_threads = max(1, multiprocessing.cpu_count() / 2);
91 ['--threads', int, default_threads, threads_help],
/external/skia/tools/calmbench/
Dcalmbench.py49 default_threads = max(1, multiprocessing.cpu_count() / 2);
91 ['--threads', int, default_threads, threads_help],
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c161 static const uint32_t default_threads = 0; // zero means use library default. variable
210 svc_ctx->threads = default_threads; in parse_command_line()