/external/libvpx/libvpx/vp8/common/x86/ |
postproc_sse2.asm | 92 ; int cols, 144 cmp edx, dword arg(4) ;cols 150 ; done with the all cols, start the across filtering in place 196 cmp edx, dword arg(4) ;cols 234 ; int pitch, int rows, int cols,int flimit) 266 ;for(c=0; c<cols; c+=8) 444 sub dword arg(3), 8 ; cols -= 8 463 ; int pitch, int rows, int cols,int flimit) 538 movsxd rdx, dword arg(3) ;cols
|
/external/eigen/Eigen/src/Eigen2Support/ |
SVD.h | 54 : m_matU(matrix.rows(), (std::min)(matrix.rows(), matrix.cols())), 55 m_matV(matrix.cols(),matrix.cols()), 56 m_sigma((std::min)(matrix.rows(),matrix.cols())) 97 const int n = matrix.cols(); 474 int n = m_matU.cols(); 519 for (int j=0; j<b.cols(); ++j) 523 for (int i = 0; i <m_matU.cols(); ++i) 550 ei_assert(m_matU.cols() == m_matV.cols() && "Polar decomposition is only for square matrices") [all...] |
LU.h | 28 MatrixType::ColsAtCompileTime, // the number of rows in the "kernel matrix" is the number of cols of the original matrix 61 solve(MatrixType::Identity(this->rows(), this->cols()), result);
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 137 int cols, 154 for (col = 0; col < cols; col++) 181 p_src[cols] = p_src[cols + 1] = p_src[cols - 1]; 183 for (col = 0; col < cols; col++) 222 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) 240 for (i = cols; i<cols+17; i++) 241 s[i]=s[cols-1] [all...] |
/external/mksh/src/ |
misc.c | 1174 unsigned int i, r, c, rows, cols, nspace, max_col; local 1204 cols = x_cols / (max_col + 1); 1207 if (cols < 2) { 1214 rows = (n + cols - 1) / cols; 1215 if (prefcol && cols > rows) { 1217 rows = cols > n ? n : cols; 1218 cols = i; 1222 nspace = (x_cols + max_col * cols) / cols [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 570 int cols; member in union:CvMat::__anon25769 575 int cols; member in struct:CvMat 585 ((const CvMat*)(mat))->cols > 0 && ((const CvMat*)(mat))->rows > 0) 603 ((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols) 606 (((mat)->rows|(mat)->cols) == 1) 621 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL)) 628 m.cols = cols; 630 m.step = rows > 1 ? m.cols*CV_ELEM_SIZE(type) : 0 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
uniform_query.cpp | 386 unsigned rows, unsigned cols, unsigned count, 394 const unsigned elems = rows * cols * count; 395 const char *const extra = (cols == 1) ? "uniform" : "uniform matrix"; 825 * Note: cols=2, rows=4 ==> array[2] of vec4 829 GLuint cols, GLuint rows, 859 if (vectors != cols || components != rows) { 912 for (unsigned c = 0; c < cols; c++) {
|
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 93 : m_matrix(matrix.rows(), matrix.cols()), 214 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::LDLT 254 eigen_assert(mat.rows()==mat.cols()); 350 eigen_assert(mat.cols() == size && w.size()==size); 430 eigen_assert(a.rows()==a.cols());
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSelfAdjointView.h | 62 eigen_assert(rows()==cols() && "SelfAdjointView is only for squared matrices"); 66 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::SparseSelfAdjointView 108 SparseMatrix<DestScalar,ColMajor,Index> tmp(_dest.rows(),_dest.cols()); 459 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::SparseSymmetricPermutationProduct
|
SparseBlock.h | 93 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } function in class:Eigen::SparseInnerVectorSet 275 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } function in class:Eigen::SparseInnerVectorSet
|
/external/eigen/bench/ |
sparse_setter.cpp | 64 int cols = SIZE; local 73 pool.reserve(cols*NBPERROW); 75 for (int i=0; i<cols*NBPERROW; ) 78 Vector2i ij(internal::random<int>(0,rows-1),internal::random<int>(0,cols-1)); 88 int n = cols*NBPERROW*KK; 100 for (int j=0; j<cols; ++j)
|
/external/mesa3d/src/mesa/main/ |
uniform_query.cpp | 386 unsigned rows, unsigned cols, unsigned count, 394 const unsigned elems = rows * cols * count; 395 const char *const extra = (cols == 1) ? "uniform" : "uniform matrix"; 825 * Note: cols=2, rows=4 ==> array[2] of vec4 829 GLuint cols, GLuint rows, 859 if (vectors != cols || components != rows) { 912 for (unsigned c = 0; c < cols; c++) {
|
/external/eigen/Eigen/src/Core/ |
SelfAdjointView.h | 76 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::SelfAdjointView 260 for(Index j = 0; j < dst.cols(); ++j)
|
Transpose.h | 69 inline Index rows() const { return m_matrix.cols(); } 70 inline Index cols() const { return m_matrix.rows(); } function in class:Eigen::Transpose 262 if (m.rows()==m.cols())
|
/external/linux-tools-perf/util/ui/ |
browser.c | 130 int cols, rows; local 131 newtGetScreenSize(&cols, &rows); 133 self->width = cols - 1;
|
/external/opencv/cv/src/ |
cvcamshift.cpp | 87 if( windowIn.x < 0 || windowIn.x + windowIn.width > mat->cols || 116 else if( nx + cur_rect.width > mat->cols ) 117 nx = mat->cols - cur_rect.width;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 260 lines, cols = curses.LINES, curses.COLS 261 curses.resizeterm(lines - 1, cols + 1) 263 if curses.LINES != lines - 1 or curses.COLS != cols + 1: 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 260 lines, cols = curses.LINES, curses.COLS 261 curses.resizeterm(lines - 1, cols + 1) 263 if curses.LINES != lines - 1 or curses.COLS != cols + 1: 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/external/ceres-solver/internal/ceres/ |
iterative_schur_complement_solver.cc | 82 A->block_structure()->cols.size() - options_.elimination_groups[0];
|
normal_prior_test.cc | 49 for (int c = 0; c < m->cols(); ++c) {
|
visibility.cc | 57 visibility->resize(block_structure.cols.size() - num_eliminate_blocks);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextAreaElement.h | 39 int cols() const { return m_cols; } function in class:WebCore::FINAL
|
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 58 res.ncol = mat.cols(); 123 res.ncol = mat.cols(); 187 inline Index cols() const { return m_cholmodFactor->n; } function in class:Eigen::CholmodBase 299 dest = Matrix<Scalar,Dest::RowsAtCompileTime,Dest::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x),b.rows(),b.cols());
|
/external/eigen/Eigen/src/LU/ |
Determinant.h | 94 assert(rows() == cols());
|
/external/eigen/Eigen/src/SVD/ |
JacobiSVD_MKL.h | 50 allocate(matrix.rows(), matrix.cols(), computationOptions); \
|