Lines Matching refs:winsz

220         template <typename T, int winsz, int channels>
236 int len = ::min(y0 + winsz, rows) - y0; in init_data_cost_reduce()
260 reduce<winsz>(smem + winsz * threadIdx.z, val, tid, plus<float>()); in init_data_cost_reduce()
288 template <typename T, int winsz>
294 dim3 threads(winsz, 1, threadsNum / winsz); in init_data_cost_reduce_caller_()
300 …case 1: init_data_cost_reduce<T, winsz, 1><<<grid, threads, smem_size, stream>>>(cleft, cright, ct… in init_data_cost_reduce_caller_()
301 …case 3: init_data_cost_reduce<T, winsz, 3><<<grid, threads, smem_size, stream>>>(cleft, cright, ct… in init_data_cost_reduce_caller_()
302 …case 4: init_data_cost_reduce<T, winsz, 4><<<grid, threads, smem_size, stream>>>(cleft, cright, ct… in init_data_cost_reduce_caller_()
399 template <typename T, int winsz, int channels>
418 int len = ::min(y0 + winsz, rows) - y0; in compute_data_cost_reduce()
442 reduce<winsz>(smem + winsz * threadIdx.z, val, tid, plus<float>()); in compute_data_cost_reduce()
468 template <typename T, int winsz>
475 dim3 threads(winsz, 1, threadsNum / winsz); in compute_data_cost_reduce_caller_()
481 …case 1: compute_data_cost_reduce<T, winsz, 1><<<grid, threads, smem_size, stream>>>(cleft, cright,… in compute_data_cost_reduce_caller_()
482 …case 3: compute_data_cost_reduce<T, winsz, 3><<<grid, threads, smem_size, stream>>>(cleft, cright,… in compute_data_cost_reduce_caller_()
483 …case 4: compute_data_cost_reduce<T, winsz, 4><<<grid, threads, smem_size, stream>>>(cleft, cright,… in compute_data_cost_reduce_caller_()