Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu56 __constant__ float3 crot0; variable
66 crot0.x * p.x + crot0.y * p.y + crot0.z * p.z + ctransl.x, in operator ()()
78 cudaSafeCall(cudaMemcpyToSymbol(crot0, rot, sizeof(float) * 3)); in call()
88 __constant__ float3 crot0; variable
101 crot0.x * p.x + crot0.y * p.y + crot0.z * p.z + ctransl.x, in operator ()()
117 cudaSafeCall(cudaMemcpyToSymbol(crot0, rot, sizeof(float) * 3)); in call()