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

  /external/libopus/silk/
decode_parameters.c 41 opus_int i, k, Ix;
98 Ix = psDec->indices.LTPIndex[ k ];
100 psDecCtrl->LTPCoef_Q14[ k * LTP_ORDER + i ] = silk_LSHIFT( cbk_ptr_Q7[ Ix * LTP_ORDER + i ], 7 );
107 Ix = psDec->indices.LTP_scaleIndex;
108 psDecCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ Ix ];
decode_indices.c 43 opus_int i, k, Ix;
52 Ix = ec_dec_icdf( psRangeDec, silk_type_offset_VAD_iCDF, 8 ) + 2;
54 Ix = ec_dec_icdf( psRangeDec, silk_type_offset_no_VAD_iCDF, 8 );
56 psDec->indices.signalType = (opus_int8)silk_RSHIFT( Ix, 1 );
57 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 );
84 Ix = ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 );
85 if( Ix == 0 ) {
86 Ix -= ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 );
87 } else if( Ix == 2 * NLSF_QUANT_MAX_AMPLITUDE ) {
88 Ix += ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 )
    [all...]
  /external/opencv3/modules/features2d/src/
orb.cpp 162 int Ix = (ptr[1] - ptr[-1])*2 + (ptr[-step+1] - ptr[-step-1]) + (ptr[step+1] - ptr[step-1]);
164 a += Ix*Ix;
166 c += Ix*Iy;
234 int ix, iy; local
242 ix = cvRound(x), \
244 *(center + iy*step + ix) )
249 ix = cvFloor(x), iy = cvFloor(y), \
250 x -= ix, y -= iy, \
251 cvRound(center[iy*step + ix]*(1-x)*(1-y) + center[(iy+1)*step + ix]*(1-x)*y +
    [all...]
  /external/icu/icu4c/source/common/
ucnv_lmb.c 667 ulmbcs_byte_t Ix;
670 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++)
672 if (extraInfo->OptGrpConverter[Ix] != NULL)
673 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerStaticTest.java 305 float [] Ix = mat9Rot(SensorManager.AXIS_X, incline);
309 i, mat9ToStr(Ix), mat9ToStr(Ir)),
310 Ix, Ir, 1e-4f);
  /development/perftests/panorama/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/clang/lib/AST/
DeclObjC.cpp     [all...]
  /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/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/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c     [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 354 milliseconds