Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu57 __constant__ float3 crot1; variable
67 crot1.x * p.x + crot1.y * p.y + crot1.z * p.z + ctransl.y, in operator ()()
79 cudaSafeCall(cudaMemcpyToSymbol(crot1, rot + 3, sizeof(float) * 3)); in call()
89 __constant__ float3 crot1; variable
102 crot1.x * p.x + crot1.y * p.y + crot1.z * p.z + ctransl.y, in operator ()()
118 cudaSafeCall(cudaMemcpyToSymbol(crot1, rot + 3, sizeof(float) * 3)); in call()