Home | History | Annotate | Download | only in src

Lines Matching defs:NTHREADS

64 #define NTHREADS 256
1094 size_t localThreads[3] = { NTHREADS, 1, 1 };
1198 int nthreads;
1219 int blocks_in_group = NTHREADS / block_hist_size;
1220 nthreads = blocks_in_group * block_hist_size;
1222 globalThreads[0] = nthreads * num_groups;
1223 localThreads[0] = nthreads;
1238 nthreads = power_2up(block_hist_size);
1239 globalThreads[0] = img_block_width * nthreads;
1241 localThreads[0] = nthreads;
1243 if ((nthreads < 32) || (nthreads > 512) )
1246 idx = k.set(idx, nthreads);
1252 idx = k.set(idx, (void*)NULL, nthreads * sizeof(float));
1274 size_t globalThreads[3] = { img_win_width * NTHREADS, img_win_height, 1 };
1275 size_t localThreads[3] = { NTHREADS, 1, 1 };
1308 size_t globalThreads[3] = { img_win_width * NTHREADS, img_win_height, 1 };
1309 size_t localThreads[3] = { NTHREADS, 1, 1 };
1644 int nthreads;
1653 nthreads = 180;
1669 nthreads = 256;
1685 nthreads = 256;
1707 size_t globalThreads[3] = { img_win_width * nthreads, img_win_height, 1 };
1708 size_t localThreads[3] = { nthreads, 1, 1 };