HomeSort by relevance Sort by last modified time
    Searched defs:tr0 (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.cpp 541 btTransform tr0 = body0Wrap->getWorldTransform(); local
546 tr0 = orgtrans0*shape0->getChildTransform(m_triface0);
554 btCollisionObjectWrapper ob0(body0Wrap,colshape0,body0Wrap->getCollisionObject(),tr0,m_part0,m_triface0);
648 btTransform tr0 = body0Wrap->getWorldTransform(); local
652 tr0 = orgtrans0*shape0->getChildTransform(child_index);
  /external/aac/libSBRenc/src/
env_est.cpp 272 FIXP_DBL tr0,tr1,ti0,ti1; local
275 tr0 = r0[j]; tr1 = r1[j]; ti0 = i0[j]; ti1 = i1[j];
278 tr0 <<= scale;
280 energy = fPow2AddDiv2(fPow2Div2(tr0), ti0) >> 1;
291 r0[j] = tr0; r1[j] = tr1; i0[j] = ti0; i1[j] = ti1;
363 FIXP_DBL tr0,ti0; local
366 tr0 = r0[j]; ti0 = i0[j];
369 tr0 <<= scale;
371 energy = fPow2AddDiv2(fPow2Div2(tr0), ti0);
377 r0[j] = tr0; i0[j] = ti0
    [all...]

Completed in 77 milliseconds