Searched refs:c_height (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | gmg.cu | 53 __constant__ int c_height; variable 66 cudaSafeCall( cudaMemcpyToSymbol(c_height, &height, sizeof(height)) ); in loadConstants() 78 for (int i = 0, fy = y; i < nfeatures; ++i, fy += c_height) in findFeature() 91 for (int i = 0, fy = y; i < nfeatures; ++i, fy += c_height) in normalizeHistogram() 96 for (int i = 0, fy = y; i < nfeatures; ++i, fy += c_height) in normalizeHistogram() 103 for (int i = 0, fy = y; i < nfeatures; ++i, fy += c_height) in insertFeature() 121 for (int i = 0, fy = y; i < nfeatures; ++i, fy += c_height) in insertFeature() 137 colors(nfeatures * c_height + y, x) = color; in insertFeature() 138 weights(nfeatures * c_height + y, x) = weight; in insertFeature() 179 if (x >= c_width || y >= c_height) in update() [all …]
|