/external/opencv/cv/src/ |
cvcalibration.cpp | 788 double r[3], R[9], dRdr[27], t[3], a[9], k[5] = {0,0,0,0,0}, fx, fy, cx, cy; 857 fx = a[0]; fy = a[4]; 861 fx = fy*aspectRatio; 983 m[i].x = xd*fx + cx; 1015 dpdk_p[0] = fx*x*r2; 1016 dpdk_p[1] = fx*x*r4; 1021 dpdk_p[2] = fx*a1; 1022 dpdk_p[3] = fx*a2; 1027 dpdk_p[4] = fx*x*r6; [all...] |
_cvipp.h | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_x86_toIR.c | [all...] |
guest_amd64_toIR.c | [all...] |
/external/valgrind/main/VEX/ |
test_main.c | [all...] |
/frameworks/av/services/audioflinger/ |
AudioPolicyService.cpp | 335 sp<AudioEffect> fx = new AudioEffect(NULL, &effect->mUuid, -1, 0, 0, audioSession, input); local 336 status_t status = fx->initCheck(); 338 ALOGW("Failed to create Fx %s on input %d", effect->mName, input); 339 // fx goes out of scope and strong ref on AudioEffect is released 343 fx->setParameter(effect->mParams[j]); 345 inputDesc->mEffects.add(fx); [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/earth/ |
earth.cc | 122 float fx = static_cast<float>(ix); local 123 float dx = x - fx;
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/ |
earth.cc | 111 float fx = static_cast<float>(ix); local 112 float dx = x - fx;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 156 const float fx = v1[0][0] - v2[0][0]; local 160 const float det = ex * fy - ey * fx;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_quad_depth_test.c | 134 const float fx = (float) quad->input.x0; local 138 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
|
sp_setup.c | 791 const float fx = v1[0][0] - v2[0][0]; local 795 return ex * fy - ey * fx; [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 156 const float fx = v1[0][0] - v2[0][0]; local 160 const float det = ex * fy - ey * fx;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_depth_test.c | 134 const float fx = (float) quad->input.x0; local 138 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
|
sp_setup.c | 791 const float fx = v1[0][0] - v2[0][0]; local 795 return ex * fy - ey * fx; [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
m_gdbserver.c | [all...] |
/external/mksh/src/ |
Build.sh | 82 fx= 103 $e "$bi==> $fd...$ao $ui$fr$ao$fx" 104 fx= 114 fx=' (cached)' 146 fx=' (implied)' [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 62 GLfloat fx = v2->attrib[FRAG_ATTRIB_WPOS][0] - v0->attrib[FRAG_ATTRIB_WPOS][0]; local 64 GLfloat c = ex*fy-ey*fx; [all...] |
/external/chromium_org/third_party/qcms/src/ |
chain.c | 112 float fx = f(device_x); local 117 float a = 500.0f*(fx - fy); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 62 GLfloat fx = v2->attrib[FRAG_ATTRIB_WPOS][0] - v0->attrib[FRAG_ATTRIB_WPOS][0]; local 64 GLfloat c = ex*fy-ey*fx; [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | [all...] |
/external/opencv/cvaux/src/ |
cvtrifocal.cpp | 154 double fx,fy,cx,cy; local 156 fx = cvmGet(cameraMatr,0,0); 164 cvmSet(normPoints, 0, i, (cvmGet(points,0,i) - cx) / fx ); [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 1472 float fx = strength[y][x+1] - strength[y][x-1]; local [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 1472 float fx = strength[y][x+1] - strength[y][x-1]; local [all...] |