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

  /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)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols)
68 for(k=0;k<acols;k++) acc+=A[i][k]*B[k][j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
  /packages/apps/Camera2/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)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols)
68 for(k=0;k<acols;k++) acc+=A[i][k]*B[k][j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][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)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols)
68 for(k=0;k<acols;k++) acc+=A[i][k]*B[k][j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
  /external/opencv/cv/src/
cvhough.cpp 869 int rows, cols, arows, acols; local
897 acols = accum->cols - 2;
942 if( (unsigned)x2 >= (unsigned)acols ||
964 for( x = 1; x < acols - 1; x++ )
966 int base = y*(acols+2) + x;
969 adata[base] > adata[base-acols-2] && adata[base] > adata[base+acols+2] )
995 y = ofs/(acols+2) - 1;
996 x = ofs - (y+1)*(acols+2) - 1;
    [all...]
  /external/mksh/src/
exec.c 1584 size_t acols = 0, aocts = 0, i; local
1629 size_t acols = 0, aocts = 0, i; local
    [all...]

Completed in 229 milliseconds