Searched defs:d_res (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/samples/gpu/ |
D | alpha_comp.cpp | 32 GpuMat d_res; in main() local
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 131 __global__ void pointwise_add(float *d_res, const float *d_op1, const float *d_op2, const int len) in pointwise_add() 175 __global__ void scaleVector(float *d_res, const float *d_src, float scale, const int len) in scaleVector() 194 static void ScaleVector(float *d_res, const float *d_src, float scale, const int len, cudaStream_t … in ScaleVector()
|