Home
last modified time | relevance | path

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

/external/libexif/test/nls/
Dtest-codeset.c81 const char *transl = gettext(testcases[i].orig); in check() local
117 transl, in check()
123 return (my_streq(transl, utf8)); in check()
125 return (my_streq(transl, latin1)); in check()
/external/opencv3/modules/cudalegacy/src/
Dcalib3d.cpp62 …void call(const PtrStepSz<float3> src, const float* rot, const float* transl, PtrStepSz<float3> ds…
67 …void call(const PtrStepSz<float3> src, const float* rot, const float* transl, const float* proj, P…
276 const float* transl = tvec.ptr<float>(); in solvePnPRansac() local
281 p_transf.x = rot[0] * p.x + rot[1] * p.y + rot[2] * p.z + transl[0]; in solvePnPRansac()
282 p_transf.y = rot[3] * p.x + rot[4] * p.y + rot[5] * p.z + transl[1]; in solvePnPRansac()
283 p_transf.z = rot[6] * p.x + rot[7] * p.y + rot[8] * p.z + transl[2]; in solvePnPRansac()
/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu75 const float* transl, PtrStepSz<float3> dst, in call() argument
81 cudaSafeCall(cudaMemcpyToSymbol(ctransl, transl, sizeof(float) * 3)); in call()
114 const float* transl, const float* proj, PtrStepSz<float2> dst, in call() argument
120 cudaSafeCall(cudaMemcpyToSymbol(ctransl, transl, sizeof(float) * 3)); in call()