HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 126 - 150 of 295) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/aac/libFDK/include/
FDK_trigFcts.h 185 cl = (LONG)tmp.v.im;
189 sl = (LONG)tmp.v.im;
  /external/chromium_org/third_party/opus/src/celt/
mdct.c 171 kiss_fft_scalar re, im, yr, yi; local
173 im = yp[1];
174 yr = -S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
175 yi = -S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
261 kiss_fft_scalar re, im, yr, yi; local
263 im = fp[1];
265 yr = S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
266 yi = S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetKey.java 197 public void read(JmeImporter im) throws IOException {
198 InputCapsule ic = im.getCapsule(this);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
for_each.hpp 44 # define BOOST_PP_SEQ_FOR_EACH_M_IM(r, im) BOOST_PP_SEQ_FOR_EACH_M_I(r, im)
for_each_i.hpp 45 # define BOOST_PP_SEQ_FOR_EACH_I_M_IM(r, im) BOOST_PP_SEQ_FOR_EACH_I_M_I(r, im)
  /external/aac/libSBRdec/src/
env_calc.h 153 FIXP_DBL ** im,
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimControl.java 355 public void read(JmeImporter im) throws IOException {
356 super.read(im);
357 InputCapsule in = im.getCapsule(this);
361 if (im.getFormatVersion() == 0) {
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 133 public void read(JmeImporter im) throws IOException{
134 InputCapsule ic = im.getCapsule(this);
253 public void read(JmeImporter im) throws IOException{
254 InputCapsule ic = im.getCapsule(this);
DefineList.java 66 public void read(JmeImporter im) throws IOException{
67 InputCapsule ic = im.getCapsule(this);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 59 \param im first image points
93 double *im,double *im_p,
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 59 \param im first image points
93 double *im,double *im_p,
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 59 \param im first image points
93 double *im,double *im_p,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 37 im = new.instancemethod(break_yolks, c, C)
44 im()
50 im = new.instancemethod(break_yolks, c)
51 im()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 37 im = new.instancemethod(break_yolks, c, C)
44 im()
50 im = new.instancemethod(break_yolks, c)
51 im()
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
258 const unsigned char * const * imptr = im;
262 GenerateQuarterResImage(im);
344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
352 UpdateReference(im,true,true);
356 const unsigned char * const * imptr = im;
362 GenerateQuarterResImage(im);
381 sprintf(str,"[%dx%d] %p\n",m_im_width,m_im_height,im);
745 void db_FrameToReferenceRegistration::GenerateQuarterResImage(const unsigned char* const* im)
752 const unsigned char* in_row_ptr = im[j]
    [all...]
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
258 const unsigned char * const * imptr = im;
262 GenerateQuarterResImage(im);
344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
352 UpdateReference(im,true,true);
356 const unsigned char * const * imptr = im;
362 GenerateQuarterResImage(im);
381 sprintf(str,"[%dx%d] %p\n",m_im_width,m_im_height,im);
745 void db_FrameToReferenceRegistration::GenerateQuarterResImage(const unsigned char* const* im)
752 const unsigned char* in_row_ptr = im[j]
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
258 const unsigned char * const * imptr = im;
262 GenerateQuarterResImage(im);
344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
352 UpdateReference(im,true,true);
356 const unsigned char * const * imptr = im;
362 GenerateQuarterResImage(im);
381 sprintf(str,"[%dx%d] %p\n",m_im_width,m_im_height,im);
744 void db_FrameToReferenceRegistration::GenerateQuarterResImage(const unsigned char* const* im)
751 const unsigned char* in_row_ptr = im[j]
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 263 * @param im importer
266 public void read(JmeImporter im) throws IOException {
267 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 181 public void read(JmeImporter im) throws IOException {
182 InputCapsule ic = im.getCapsule(this);
BitmapFont.java 162 public void read(JmeImporter im) throws IOException {
163 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Technique.java 252 public void read(JmeImporter im) throws IOException {
253 InputCapsule ic = im.getCapsule(this);
TechniqueDef.java 383 public void read(JmeImporter im) throws IOException{
384 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DistanceLodCalculator.java 122 public void read(JmeImporter im) throws IOException {
123 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 756 public void read(JmeImporter im) throws IOException {
757 super.read(im);
758 InputCapsule ic = im.getCapsule(this);
790 data = im.getAssetManager().loadAudio(audioKey);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java 534 public void read(JmeImporter im) throws IOException {
535 super.read(im);
536 InputCapsule ic = im.getCapsule(this);
545 material = im.getAssetManager().loadMaterial(matName);

Completed in 451 milliseconds

1 2 3 4 56 7 8 91011>>