Searched refs:im (Results 151 - 175 of 193) sorted by relevance

12345678

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java364 public void read(JmeImporter im) throws IOException { argument
365 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBone.java594 public void read(JmeImporter im) throws IOException { argument
595 InputCapsule input = im.getCapsule(this);
H A DSkeletonControl.java539 public void read(JmeImporter im) throws IOException { argument
540 super.read(im);
541 InputCapsule in = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DSpline.java427 public void read(JmeImporter im) throws IOException { argument
428 InputCapsule in = im.getCapsule(this);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java344 public void read(JmeImporter im) throws IOException { argument
345 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
H A DGeoMap.java349 public void read(JmeImporter im) throws IOException { argument
350 InputCapsule ic = im.getCapsule(this);
/external/aac/libFDK/src/
H A Dfft.cpp1049 FIXP_DBL re, im; local
1056 im = pData[2*i+1];
1059 pData[2*i+1] = im>>2; /* * 0.25 */
1064 im = pData[2*i+1];
1067 pData[2*i+1] = im>>2; /* * 0.25 */
1072 im = pData[2*c+1]>>1;
1076 cplxMultDiv2(&pData[2*c+1], &pData[2*c], im, re, vre, vim);
H A DFDK_hybrid.cpp627 pfft[FFT_IDX_R(4)] = fMultDiv2(pQmfImag[pReadIdx[10]], p[7].v.im) - fMultDiv2(pQmfImag[pReadIdx[ 2]], p[6].v.im);
628 pfft[FFT_IDX_I(4)] = fMultDiv2(pQmfReal[pReadIdx[ 2]], p[6].v.im) - fMultDiv2(pQmfReal[pReadIdx[10]], p[7].v.im);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java148 public void read(JmeImporter im) throws IOException { argument
1124 public void read(JmeImporter im) throws IOException { argument
1125 super.read(im);
1126 InputCapsule ic = im.getCapsule(this);
1179 if (im.getFormatVersion() == 0) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureHelper.java407 Image im = imageLoader.loadImage(blenderContext.getInputStream(), dataFileBlock.getBlockPosition(), true);
408 if (im != null) {
409 result = new Texture2D(im);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DBatchNode.java341 public void read(JmeImporter im) throws IOException { argument
342 super.read(im);
343 InputCapsule ic = im.getCapsule(this);
352 // material = im.getAssetManager().loadMaterial(matName);
H A DVertexBuffer.java991 public void read(JmeImporter im) throws IOException { argument
992 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DWaterFilter.java347 public void read(JmeImporter im) throws IOException { argument
348 super.read(im);
349 InputCapsule ic = im.getCapsule(this);
/external/aac/libFDK/include/
H A Dcommon_fix.h356 FIXP_SGL im; member in struct:__anon151
366 FIXP_DBL im; member in struct:__anon152
/external/google-breakpad/src/common/windows/
H A Domap_unittest.cc233 ImageMap im; local
236 MapAddressRange(im, ar, &mapped_ranges);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java365 public void read(JmeImporter im) throws IOException { argument
366 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DBIHNode.java125 public void read(JmeImporter im) throws IOException { argument
126 InputCapsule ic = im.getCapsule(this);
H A DBIHTree.java474 public void read(JmeImporter im) throws IOException { argument
475 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java362 public void read(JmeImporter im) throws IOException { argument
363 InputCapsule ic = im.getCapsule(this);
H A DMaterial.java1051 public void read(JmeImporter im) throws IOException { argument
1052 InputCapsule ic = im.getCapsule(this);
1073 if (im.getFormatVersion() == 0) {
1098 def = (MaterialDef) im.getAssetManager().loadAsset(new AssetKey(defName));
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java181 public void read(JmeImporter im) throws IOException { argument
/external/aac/libSBRdec/src/
H A Denv_calc.cpp1228 FIXP_DBL ** im, /*!< Imaginary part of input and output subband samples */
1238 if (im!=NULL) {
1241 scaleValues(&im[l][lowSubband], width, shift);
1263 FIXP_DBL ** im, /*!< Real part of input and output subband samples */
1276 if (im!=NULL)
1281 maxVal = FDK_get_maxval(maxVal, &re[l][lowSubband], &im[l][lowSubband], width);
1285 FIXP_DBL *imTmp = &im[l][lowSubband];
1227 rescaleSubbandSamples(FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos, int shift) argument
1262 maxSubbandSample( FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos ) argument
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp38 CJBig2_Image::CJBig2_Image(CJBig2_Image &im) argument
40 m_pModule = im.m_pModule;
41 m_nWidth = im.m_nWidth;
42 m_nHeight = im.m_nHeight;
43 m_nStride = im.m_nStride;
44 if (im.m_pData) {
46 JBIG2_memcpy(m_pData, im.m_pData, m_nStride * m_nHeight);
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DChaseCamera.java569 * @param im
572 public void read(JmeImporter im) throws IOException { argument
573 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java893 public void read(JmeImporter im) throws IOException { argument
894 super.read(im);
895 InputCapsule ic = im.getCapsule(this);

Completed in 590 milliseconds

12345678