/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols) 52 for(i=0;i<arows;i++) 60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols) 65 for(i=0;i<arows;i++) for(j=0;j<bcols;j++) 73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols) 78 for(i=0;i<arows;i++) for(j=i;j<bcols;j++)
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols) 52 for(i=0;i<arows;i++) 60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols) 65 for(i=0;i<arows;i++) for(j=0;j<bcols;j++) 73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols) 78 for(i=0;i<arows;i++) for(j=i;j<bcols;j++)
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols) 52 for(i=0;i<arows;i++) 60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols) 65 for(i=0;i<arows;i++) for(j=0;j<bcols;j++) 73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols) 78 for(i=0;i<arows;i++) for(j=i;j<bcols;j++)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
menu.h | 98 short arows; /* Nr. of items high (actual) */ member in struct:tagMENU
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
menu.h | 98 short arows; /* Nr. of items high (actual) */ member in struct:tagMENU
|
/external/opencv/cv/src/ |
cvhough.cpp | 869 int rows, cols, arows, acols; local 896 arows = accum->rows - 2; 943 (unsigned)y2 >= (unsigned)arows ) 962 for( y = 1; y < arows - 1; y++ ) [all...] |