Searched refs:boxFilter5 (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | farneback.cu | 357 __global__ void boxFilter5( in boxFilter5() function 425 boxFilter5<<<grid, block, smem, stream>>>(height, width, src, ksizeHalf, boxAreaInv, dst); in boxFilter5Gpu() 444 boxFilter5<<<grid, block, smem, stream>>>(height, width, src, ksizeHalf, boxAreaInv, dst); in boxFilter5Gpu_CC11()
|
/external/opencv3/modules/video/src/opencl/ |
D | optical_flow_farneback.cl | 350 __kernel void boxFilter5(__global const float * src, int srcStep,
|