Searched refs:IMAGE_MAX_THREADS (Results 1 – 3 of 3) sorted by relevance
27 #define IMAGE_MAX_THREADS 128 macro
555 if (threads > IMAGE_MAX_THREADS) { in image_process()556 threads = IMAGE_MAX_THREADS; in image_process()
324 ctx.threads = (int)parse_arg(optarg, "threads", IMAGE_MAX_THREADS); in main()