OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthA
(Results
1 - 8
of
8
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.h
88
uint32
depthA
,
119
uint32
depthA
);
128
uint32
depthA
);
162
uint32
depthA
);
UInt8PyramidalImage.h
90
uint32
depthA
,
120
uint32
depthA
);
129
uint32
depthA
);
162
uint32
depthA
);
UInt16BytePyrImage.c
142
uint32
depthA
)
147
for( iL = 0; iL <
depthA
; iL++ )
167
uint32
depthA
,
177
bim_UInt16BytePyrImage_size( cpA, ptrA, widthA, heightA,
depthA
);
183
uint32 depthMaskL = ( ( int32 )1 << (
depthA
- 1 ) ) - 1;
184
if(
depthA
== 0 )
186
bbs_ERROR0( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32
depthA
):\n"
187
"
depthA
must be > 0" );
192
bbs_ERROR1( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32
depthA
):\n"
201
ptrA->depthE =
depthA
;
[
all
...]
UInt8PyramidalImage.c
143
uint32
depthA
)
148
for( iL = 0; iL <
depthA
; iL++ )
168
uint32
depthA
,
175
for( iL = 0; iL <
depthA
; iL++ )
182
bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA,
depthA
);
188
uint32 depthMaskL = ( 1 << (
depthA
- 1 ) ) - 1;
189
if(
depthA
== 0 )
191
bbs_ERROR0( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32
depthA
):\n"
192
"
depthA
must be > 0" );
197
bbs_ERROR1( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32
depthA
):\n
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSolve2LinearConstraint.h
59
btScalar
depthA
, const btVector3& normalA,
83
btScalar
depthA
, const btVector3& normalA,
98
btScalar
depthA
, const btVector3& normalA,
btSolve2LinearConstraint.cpp
41
btScalar
depthA
, const btVector3& normalA,
80
const btScalar dv0 =
depthA
* m_tau * massTerm - vel0 * m_damping;
129
btScalar
depthA
, const btVector3& normalA,
165
const btScalar dv0 =
depthA
* m_tau - vel0 * m_damping;
247
btScalar
depthA
, const btVector3& normalA,
/frameworks/base/tools/aapt2/xml/
XmlPullParser_test.cpp
37
const size_t
depthA
= parser.getDepth();
38
ASSERT_TRUE(xml::XmlPullParser::nextChildNode(&parser,
depthA
));
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btSolve2LinearConstraint.java
66
public void resolveUnilateralPairConstraint(btRigidBody body0, btRigidBody body1, Matrix3 world2A, Matrix3 world2B, Vector3 invInertiaADiag, float invMassA, Vector3 linvelA, Vector3 angvelA, Vector3 rel_posA1, Vector3 invInertiaBDiag, float invMassB, Vector3 linvelB, Vector3 angvelB, Vector3 rel_posA2, float
depthA
, Vector3 normalA, Vector3 rel_posB1, Vector3 rel_posB2, float depthB, Vector3 normalB, SWIGTYPE_p_float imp0, SWIGTYPE_p_float imp1) {
67
DynamicsJNI.btSolve2LinearConstraint_resolveUnilateralPairConstraint(swigCPtr, this, btRigidBody.getCPtr(body0), body0, btRigidBody.getCPtr(body1), body1, world2A, world2B, invInertiaADiag, invMassA, linvelA, angvelA, rel_posA1, invInertiaBDiag, invMassB, linvelB, angvelB, rel_posA2,
depthA
, normalA, rel_posB1, rel_posB2, depthB, normalB, SWIGTYPE_p_float.getCPtr(imp0), SWIGTYPE_p_float.getCPtr(imp1));
70
public void resolveBilateralPairConstraint(btRigidBody body0, btRigidBody body1, Matrix3 world2A, Matrix3 world2B, Vector3 invInertiaADiag, float invMassA, Vector3 linvelA, Vector3 angvelA, Vector3 rel_posA1, Vector3 invInertiaBDiag, float invMassB, Vector3 linvelB, Vector3 angvelB, Vector3 rel_posA2, float
depthA
, Vector3 normalA, Vector3 rel_posB1, Vector3 rel_posB2, float depthB, Vector3 normalB, SWIGTYPE_p_float imp0, SWIGTYPE_p_float imp1) {
71
DynamicsJNI.btSolve2LinearConstraint_resolveBilateralPairConstraint(swigCPtr, this, btRigidBody.getCPtr(body0), body0, btRigidBody.getCPtr(body1), body1, world2A, world2B, invInertiaADiag, invMassA, linvelA, angvelA, rel_posA1, invInertiaBDiag, invMassB, linvelB, angvelB, rel_posA2,
depthA
, normalA, rel_posB1, rel_posB2, depthB, normalB, SWIGTYPE_p_float.getCPtr(imp0), SWIGTYPE_p_float.getCPtr(imp1));
Completed in 106 milliseconds