Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu291 const int threadsNum = 256; in init_data_cost_reduce_caller_() local
292 const size_t smem_size = threadsNum * sizeof(float); in init_data_cost_reduce_caller_()
294 dim3 threads(winsz, 1, threadsNum / winsz); in init_data_cost_reduce_caller_()
472 const int threadsNum = 256; in compute_data_cost_reduce_caller_() local
473 const size_t smem_size = threadsNum * sizeof(float); in compute_data_cost_reduce_caller_()
475 dim3 threads(winsz, 1, threadsNum / winsz); in compute_data_cost_reduce_caller_()