Searched defs:im (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_dft.c68 double im = sin(phase); local
70 im = -im;
75 im /= nfft;
78 ansr += in[k].r * re - in[k].i * im;
79 ansi += in[k].r * im + in[k].i * re;
/external/clang/test/CodeGenCXX/
H A Dptr-to-member-function.cpp51 B1(int i) : pmf(&A::foo), im(i) {
52 ((A*)this->*pmf)(&im);
55 int im; member in struct:B1
/external/libopus/celt/tests/
H A Dtest_unit_dft.c68 double im = sin(phase); local
70 im = -im;
75 im /= nfft;
78 ansr += in[k].r * re - in[k].i * im;
79 ansi += in[k].r * im + in[k].i * re;
/external/chromium_org/chrome/browser/ui/webui/
H A Dfileicon_source.cc100 IconManager* im = g_browser_process->icon_manager(); local
101 gfx::Image* icon = im->LookupIconFromFilepath(path, icon_size);
118 im->LoadIcon(path,
/external/chromium_org/third_party/opus/src/celt/
H A Dmdct.c173 kiss_fft_scalar re, im, yr, yi; local
175 im = yp[1];
176 yr = -S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
177 yi = -S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
264 kiss_fft_scalar re, im, yr, yi; local
267 im = yp0[1];
271 yr = S_MUL(re,t0) - S_MUL(im,t1);
272 yi = S_MUL(im,t0) + S_MUL(re,t1);
274 im = yp1[1];
282 yr = S_MUL(re,t0) - S_MUL(im,t
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java67 public void paint(Image im) { argument
69 Rectangle bounds= im.getBounds();
71 GC g= new GC(im);
H A DTimeLineGraph.java31 public void paint(Image im) { argument
33 Rectangle bounds= im.getBounds();
35 GC g= new GC(im);
/external/iproute2/lib/
H A Dll_map.c52 struct ll_cache *im, **imp; local
67 for (imp = &idx_head[h]; (im=*imp)!=NULL; imp = &im->idx_next)
68 if (im->index == ifi->ifi_index)
71 if (im == NULL) {
72 im = malloc(sizeof(*im));
73 if (im == NULL)
75 im->idx_next = *imp;
76 im
98 const struct ll_cache *im; local
121 const struct ll_cache *im; local
133 const struct ll_cache *im; local
147 const struct ll_cache *im; local
169 struct ll_cache *im; local
[all...]
/external/libopus/celt/
H A Dmdct.c173 kiss_fft_scalar re, im, yr, yi; local
175 im = yp[1];
176 yr = -S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
177 yi = -S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
264 kiss_fft_scalar re, im, yr, yi; local
267 im = yp0[1];
271 yr = S_MUL(re,t0) - S_MUL(im,t1);
272 yi = S_MUL(im,t0) + S_MUL(re,t1);
274 im = yp1[1];
282 yr = S_MUL(re,t0) - S_MUL(im,t
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Segment.h63 CJBig2_Image *im; member in union:CJBig2_Segment::__anon27729
H A DJBig2_Image.cpp36 CJBig2_Image::CJBig2_Image(CJBig2_Image &im) argument
38 m_pModule = im.m_pModule;
39 m_nWidth = im.m_nWidth;
40 m_nHeight = im.m_nHeight;
41 m_nStride = im.m_nStride;
42 if (im.m_pData) {
44 JBIG2_memcpy(m_pData, im.m_pData, m_nStride * m_nHeight);
/external/opencv/cvaux/src/
H A Dcvface.cpp209 int im = 0;//mouth was find local
226 im = 1;
257 if ( (im + jl + kr) )
259 Error = Data.Error/(im + jl + kr);
/external/opencv/cxcore/src/
H A D_cxcore.h102 float re, im; member in struct:CvComplex32f
105 CvComplex32f( float _re, float _im=0 ) : re(_re), im(_im) {}
107 //CvComplex32f( const CvComplex32f& v ) : re(v.re), im(v.im) {}
108 //CvComplex32f& operator = (const CvComplex32f& v ) { re = v.re; im = v.im; return *this; }
114 double re, im; member in struct:CvComplex64f
117 CvComplex64f( double _re, double _im=0 ) : re(_re), im(_im) {}
119 //CvComplex64f( const CvComplex64f& v ) : re(v.re), im(v.im) {}
[all...]
/external/stlport/src/
H A Dcomplex.cpp169 _Tp im = z._M_im; local
170 _Tp mag = ::hypot(re, im);
177 result._M_im = im/result._M_re/2.f;
180 if (im < 0.f)
182 result._M_re = im/result._M_im/2.f;
/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/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);
/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/eigen/Eigen/src/Eigenvalues/
H A DRealSchur.h240 void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector);
241 void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace);
314 Index im; local
315 initFrancisQRStep(il, iu, shiftInfo, im, firstHouseholderVector);
316 performFrancisQRStep(il, im, iu, computeU, firstHouseholderVector, workspace);
439 /** \internal Compute index im at which Francis QR step starts and the first Householder vector. */
441 inline void RealSchur<MatrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector) argument
446 for (im = iu-2; im >= il; --im)
468 performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace) argument
[all...]
/external/libopus/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/oprofile/libpp/
H A Dprofile_spec.cpp344 vector<string>::const_iterator im = temp_image_or_lib.begin(); local
346 for (; im != last; ++im)
347 spec.set_image_or_lib_name(*im);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c183 unsigned long long *im)
214 packet[pnum].ptr = &im[it];
217 im[it++] = (isize >> 4) | (eop ? (1 << 15) : 0) | (2LL << 58);
218 im[it++] = 0;
181 loadimage_nonblock(int fd, struct ps2_image *image, int size, unsigned long long *hm, unsigned long long *im) argument
/external/clang/lib/Analysis/
H A DLiveVariables.cpp201 TransferFunctions(LiveVariablesImpl &im, argument
205 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
483 LiveVariables::LiveVariables(void *im) : impl(im) {} argument
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc421 IconManager* im = g_browser_process->icon_manager(); local
422 gfx::Image* icon = im->LookupIconFromFilepath(
820 IconManager* im = g_browser_process->icon_manager(); local
821 gfx::Image* image = im->LookupIconFromFilepath(
942 IconManager* im = g_browser_process->icon_manager(); local
944 im->LoadIcon(last_download_item_path_,
/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/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp2034 SkMatrix m, im; local
2042 if (!m.invert(&im)) {
2051 fDstToUnit.setConcat(im, ctmInv);

Completed in 2042 milliseconds

12