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