Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dgmg.cu52 __constant__ int c_width; variable
65 cudaSafeCall( cudaMemcpyToSymbol(c_width, &width, sizeof(width)) ); in loadConstants()
179 if (x >= c_width || y >= c_height) in update()