HomeSort by relevance Sort by last modified time
    Searched refs:Ix (Results 1 - 8 of 8) sorted by null

  /external/opencv/cv/src/
cvlkpyramid.cpp 461 float* Ix = _Ix[threadIdx];
500 icvCalcIxIy_32f( patchI, isz.width*sizeof(patchI[0]), Ix, Iy,
539 const float* ix = Ix + local
541 const float* iy = Iy + (ix - Ix);
546 bx += t0 * ix[x];
559 const float* ix = Ix + local
561 const float* iy = Iy + (ix - Ix)
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 69 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width chunk_width
71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width)
77 Ix[c]=img[i][j+c-1]-img[i][j+c+1];
82 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width 128
202 int Ix,Iy;
206 Ix=(img[i][j+c-1]-img[i][j+c+1])>>1;
208 dxx[c]=Ix*Ix;
209 dxx[c+128]=Ix*Iy;
621 float *Ix[5],*Iy[5]
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 69 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width chunk_width
71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width)
77 Ix[c]=img[i][j+c-1]-img[i][j+c+1];
82 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width 128
202 int Ix,Iy;
206 Ix=(img[i][j+c-1]-img[i][j+c+1])>>1;
208 dxx[c]=Ix*Ix;
209 dxx[c+128]=Ix*Iy;
621 float *Ix[5],*Iy[5]
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 178 private static int Ix(int x, int y, int w){
263 int i = initialPos + (Ix(x,y,width) * p.bpp);
337 int i = Ix(x, y, width) * inParams.bpp;
448 int i = mipPos + (Ix(x,y,width) * p.bpp);
  /external/icu4c/common/
ucnv_lmb.c 672 ulmbcs_byte_t Ix;
675 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++)
677 if (extraInfo->OptGrpConverter[Ix] != NULL)
678 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]);
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 203 ?d?t??P< ( ??h???<?T?]LJ?+V???Q?{ <HL?????[3j??AcH??z???mb?<?#CUV???;T~?y ?y?Ek!???<?|u?U] /?8 ?O??(\??IX??Y??<R?a???4?E???#u ???v??oNF?<??<(??????N???o??z?&??? ?W??<???.R?r?Xa?p J"??????x?</??L-#???_?>???D?}?M??p;? ?<Ri?1l?|#??*??y??R?`9?ts??p<?r????zE???-ws?Sa???4????? Z?<?_?T?????t??j"z?Hd?@?????<'q6 ???Z??<? l?B?_??SI?0<Ix?$B?a?|xj??v??m???O?fL?qm?<?????TJ??h?Z?!2A??]?Ca?1?< ????tt?7?|??tM?????6????< ]?.614???T?Cm4?|p?:?? }?a=??<~AVx 5????8?%??rmG5?Z?hu??<0S?r?kE?+j??/T??????Djo???<8@9NN??ZE?E%?1?x*z?
301 ??9???<J ?g?????f6X(??s=?&?©?P<?[u.gfP????o????????@v??<9??f?a?9?-??ZO?Mnsc]+=??<9zV{?r????j+??J??/n)??8?<???+&?T????F?e????V?^?^M?/D?< ?$&~?????J?+??(?s_o??m?" <67???4??_S?z??E?W??K~+6?!??p<??d?;F ???_???????k?xs?a0<??l?O? ?D?b:????tL????&;?#??<B(????g"/3??0?Z??iX??? GX\\p<? k?lR?7o?f
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 383 milliseconds