Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereobm.cu427 __device__ float CalcSums(float *cols, float *cols_cache, int winsz) in CalcSums() function
483 float sum_win = CalcSums(cols, cols_cache + threadIdx.x, winsz) * 255; in textureness_kernel()
501 float sum_win = CalcSums(cols, cols_cache + threadIdx.x, winsz) * 255; in textureness_kernel()