Searched refs:im (Results 51 - 75 of 203) sorted by relevance

123456789

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DPoint2PointJoint.java111 public void read(JmeImporter im) throws IOException { argument
112 super.read(im);
114 InputCapsule cap = im.getCapsule(this);
H A DPhysicsJoint.java131 public void read(JmeImporter im) throws IOException { argument
132 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DTextureKey.java182 public void read(JmeImporter im) throws IOException { argument
183 super.read(im);
184 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DSoundTrack.java176 public void read(JmeImporter im) throws IOException { argument
177 super.read(im);
178 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
H A DNewtonianParticleInfluencer.java135 public void read(JmeImporter im) throws IOException { argument
136 super.read(im);
137 InputCapsule ic = im.getCapsule(this);
H A DEmptyParticleInfluencer.java22 public void read(JmeImporter im) throws IOException { argument
H A DDefaultParticleInfluencer.java56 public void read(JmeImporter im) throws IOException { argument
57 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DSpotLight.java204 public void read(JmeImporter im) throws IOException { argument
205 super.read(im);
206 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DCameraControl.java147 public void read(JmeImporter im) throws IOException { argument
148 super.read(im);
149 im.getCapsule(this).readEnum(CONTROL_DIR_NAME,
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DLine.java116 public void read(JmeImporter im) throws IOException { argument
117 super.read(im);
118 InputCapsule in = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DFogFilter.java163 public void read(JmeImporter im) throws IOException { argument
164 super.read(im);
165 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DHullCollisionShape.java42 public void read(JmeImporter im) throws IOException { argument
43 super.read(im);
44 InputCapsule capsule = im.getCapsule(this);
H A DMeshCollisionShape.java99 public void read(JmeImporter im) throws IOException { argument
100 super.read(im);
101 InputCapsule capsule = im.getCapsule(this);
H A DSimplexCollisionShape.java62 public void read(JmeImporter im) throws IOException { argument
63 super.read(im);
64 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
H A DAssetTileLoader.java86 public void read(JmeImporter im) throws IOException { argument
87 InputCapsule c = im.getCapsule(this);
88 manager = im.getAssetManager();
/external/aac/libFDK/include/
H A Dcplx_mul.h132 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
190 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
235 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
262 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
/external/aac/libFDK/src/mips/
H A Dfft_rad2_mips.cpp128 x[2*i+1] = dout[i].im<<1;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DLodPerspectiveCalculatorFactory.java69 public void read(JmeImporter im) throws IOException { argument
/external/chromium_org/third_party/opus/src/src/
H A Dopus_compare.c126 float im; local
129 re=im=0;
132 im-=s[ti]*x[ci*_window_sz+xk];
137 im*=_downsample;
138 _ps[(xi*ps_sz+xj)*_nchannels+ci]=re*re+im*im+100000;
347 float im; local
349 im=re-log(re)-1;
352 if(xj>=79&&xj<=81)im*=0.1F;
353 if(xj==80)im*
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimation.java196 public void read(JmeImporter im) throws IOException { argument
197 InputCapsule in = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DTimeLine.java112 public void read(JmeImporter im) throws IOException { argument
113 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterBoxShape.java113 public void read(JmeImporter im) throws IOException { argument
114 InputCapsule ic = im.getCapsule(this);
H A DEmitterSphereShape.java112 public void read(JmeImporter im) throws IOException { argument
113 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DUserData.java132 public void read(JmeImporter im) throws IOException { argument
133 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DPhysicsJoint.java128 public void read(JmeImporter im) throws IOException { argument
129 InputCapsule capsule = im.getCapsule(this);

Completed in 344 milliseconds

123456789