Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu58 __constant__ float3 crot2; variable
68 crot2.x * p.x + crot2.y * p.y + crot2.z * p.z + ctransl.z); in operator ()()
80 cudaSafeCall(cudaMemcpyToSymbol(crot2, rot + 6, sizeof(float) * 3)); in call()
90 __constant__ float3 crot2; variable
103 crot2.x * p.x + crot2.y * p.y + crot2.z * p.z + ctransl.z); in operator ()()
119 cudaSafeCall(cudaMemcpyToSymbol(crot2, rot + 6, sizeof(float) * 3)); in call()