Searched refs:new_rows (Results 1 – 5 of 5) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | triplet_sparse_matrix.cc | 113 int* new_rows = new int[new_max_num_nonzeros]; in Reserve() local 118 new_rows[i] = rows_[i]; in Reserve() 123 rows_.reset(new_rows); in Reserve()
|
/external/eigen/Eigen/src/Core/ |
D | PlainObjectBase.h | 717 const Index new_rows = other.rows() - _this.rows(); 720 if (new_rows>0) 721 _this.bottomRightCorner(new_rows, other.cols()) = other.bottomRows(new_rows); 748 const Index new_rows = Derived::RowsAtCompileTime==1 ? 1 : size; 750 _this.derived().m_storage.conservativeResize(size,new_rows,new_cols); 759 const Index new_rows = Derived::RowsAtCompileTime==1 ? 1 : other.rows(); 761 _this.derived().m_storage.conservativeResize(other.size(),new_rows,new_cols);
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 2937 int total_width, new_rows, cn; in cvReshapeMatND() local 2957 new_rows = new_sizes[0]; in cvReshapeMatND() 2959 new_rows = total_width*mat->rows/new_cn; in cvReshapeMatND() 2962 new_rows = mat->rows; in cvReshapeMatND() 2964 new_rows = mat->rows * total_width / new_cn; in cvReshapeMatND() 2967 if( new_rows != mat->rows ) in cvReshapeMatND() 2975 total_width = total_size / new_rows; in cvReshapeMatND() 2977 if( total_width * new_rows != total_size ) in cvReshapeMatND() 2982 header->rows = new_rows; in cvReshapeMatND() 2992 header->step &= new_rows > 1 ? -1 : 0; in cvReshapeMatND() [all …]
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 371 Rows new_rows; in Translate() local 389 new_rows.insert(new_rows.end(), Rows::value_type(row->bottom, row)); in Translate() 393 new_rows.swap(rows_); in Translate()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 412 int new_cn, int new_rows CV_DEFAULT(0) );
|