Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu357 __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/
Doptical_flow_farneback.cl350 __kernel void boxFilter5(__global const float * src, int srcStep,