Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu232 __device__ float reduce_smem(float* smem, float val) in reduce_smem() function
281 float sum = reduce_smem<nthreads>(squares, elem * elem); in normalize_hists_kernel_many_blocks()
286 sum = reduce_smem<nthreads>(squares, elem * elem); in normalize_hists_kernel_many_blocks()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl210 inline float reduce_smem(volatile __local float* smem, int size)
271 float sum = reduce_smem(squares, nthreads);
280 sum = reduce_smem(squares, nthreads);