/external/webrtc/webrtc/system_wrappers/include/ |
aligned_array.h | 24 : rows_(rows), 27 head_row_ = static_cast<T**>(AlignedMalloc(rows_ * sizeof(*head_row_), 29 for (size_t i = 0; i < rows_; ++i) { 36 for (size_t i = 0; i < rows_; ++i) { 51 RTC_CHECK_LE(row, rows_); 56 RTC_CHECK_LE(row, rows_); 71 return rows_; 79 size_t rows_; member in class:webrtc::AlignedArray
|
/external/ceres-solver/internal/ceres/ |
triplet_sparse_matrix.cc | 49 rows_(NULL), 62 rows_(NULL), 78 rows_(NULL), 98 if ((rows_[i] < 0) || (rows_[i] >= num_rows_) || 118 new_rows[i] = rows_[i]; 123 rows_.reset(new_rows); 142 rows_.reset(new int[max_num_nonzeros_]); 149 rows_[i] = orig.rows_[i] [all...] |
compressed_row_sparse_matrix.cc | 77 rows_.resize(num_rows + 1, 0); 95 rows_.resize(num_rows_ + 1, 0); 121 ++rows_[m.rows()[idx] + 1]; 128 rows_[i] += rows_[i - 1]; 140 rows_.resize(num_rows + 1); 144 rows_[0] = 0; 148 rows_[i + 1] = i + 1; 167 for (int idx = rows_[r]; idx < rows_[r + 1]; ++idx) [all...] |
triplet_sparse_matrix.h | 72 // of rows_, cols_ and values_. If new_max_num_nonzeros is smaller 91 const int* rows() const { return rows_.get(); } 93 int* mutable_rows() { return rows_.get(); } 118 // stored at the location (rows_[i], cols_[i]). If the there are 119 // multiple entries with the same (rows_[i], cols_[i]), the values_ 121 scoped_array<int> rows_; member in class:ceres::internal::TripletSparseMatrix
|
compressed_row_sparse_matrix.h | 91 virtual int num_nonzeros() const { return rows_[num_rows_]; } 109 const int* rows() const { return &rows_[0]; } 110 int* mutable_rows() { return &rows_[0]; } 163 vector<int> rows_; member in class:ceres::internal::CompressedRowSparseMatrix
|
/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_region.cc | 49 rows_ = other.rows_; 50 for (Rows::iterator it = rows_.begin(); it != rows_.end(); ++it) { 60 Rows::const_iterator it1 = rows_.begin(); 61 Rows::const_iterator it2 = region.rows_.begin(); 62 while (it1 != rows_.end()) { 63 if (it2 == region.rows_.end() || 73 return it2 == region.rows_.end(); 77 for (Rows::iterator row = rows_.begin(); row != rows_.end(); ++row) [all...] |
desktop_region.h | 99 bool is_empty() const { return rows_.empty(); } 156 // do anything if called with |row| set to rows_.begin() (i.e. first row of 161 Rows rows_; member in class:webrtc::DesktopRegion
|
/external/gemmlowp/public/ |
map.h | 40 int rows_, cols_, stride_; member in class:gemmlowp::MatrixMap 43 MatrixMap() : data_(nullptr), rows_(0), cols_(0), stride_(0) {} 45 : data_(data), rows_(rows), cols_(cols), stride_(stride) {} 48 rows_(other.rows_), 52 int rows() const { return rows_; } 66 assert(start_row + block_rows <= rows_);
|
/external/gemmlowp/test/ |
test.h | 59 using Map::rows_; 72 Resize(other.rows_, other.cols_); 78 return a.rows_ == b.rows_ && a.cols_ == b.cols_ && 83 rows_ = rows; 90 int size() const { return rows_ * cols_; } 94 ConstMap const_map() const { return ConstMap(data_, rows_, cols_, stride_); }
|
/external/ImageMagick/Magick++/lib/ |
Pixels.cpp | 38 const size_t columns_,const size_t rows_) 43 _rows=rows_; 46 Quantum* pixels=GetCacheViewAuthenticPixels(_view,x_,y_,columns_,rows_, 54 const ssize_t y_,const size_t columns_,const size_t rows_) 59 _rows=rows_; 62 const Quantum* pixels=GetCacheViewVirtualPixels(_view,x_,y_,columns_,rows_, 77 const size_t columns_,const size_t rows_) 82 _rows=rows_; 85 Quantum* pixels=QueueCacheViewAuthenticPixels(_view,x_,y_,columns_,rows_,
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
matrix.h | 60 Matrix(T* data_, size_t rows_, size_t cols_, size_t stride_ = 0) : 61 rows(rows_), cols(cols_), stride(stride_), data(data_) 95 UntypedMatrix(void* data_, long rows_, long cols_) : 96 rows(rows_), cols(cols_), data(data_)
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
fgd.hpp | 70 int rows_; member in struct:fgd::BGPixelStat 129 return *((float*)(ctable_Pv_data_ + ((k * rows_) + i) * ctable_Pv_step_) + j); 134 return *((float*)(ctable_Pvb_data_ + ((k * rows_) + i) * ctable_Pvb_step_) + j); 139 return *((T*)(ctable_v_data_ + ((k * rows_) + i) * ctable_v_step_) + j); 144 return *((float*)(cctable_Pv_data_ + ((k * rows_) + i) * cctable_Pv_step_) + j); 149 return *((float*)(cctable_Pvb_data_ + ((k * rows_) + i) * cctable_Pvb_step_) + j); 154 return *((T*)(cctable_v1_data_ + ((k * rows_) + i) * cctable_v1_step_) + j); 159 return *((T*)(cctable_v2_data_ + ((k * rows_) + i) * cctable_v2_step_) + j);
|
/external/opencv3/3rdparty/libjasper/jasper/ |
jas_seq.h | 129 jas_seqent_t **rows_; member in struct:__anon21670 159 ((matrix)->rows_[i][j]) 163 ((matrix)->rows_[i][j] = (v)) 167 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i]) : \ 168 ((matrix)->rows_[i][0])) 172 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i] = (v)) : \ 173 ((matrix)->rows_[i][0] = (v))) 177 (&(matrix)->rows_[i][j]) 226 (((matrix)->numrows_ > 1) ? ((matrix)->rows_[1] - (matrix)->rows_[0]) : (0) [all...] |
/external/opencv3/3rdparty/libjasper/ |
jas_seq.c | 111 matrix->rows_ = 0; 117 if (!(matrix->rows_ = jas_alloc2(matrix->maxrows_, 133 matrix->rows_[i] = &matrix->data_[i * matrix->numcols_]; 155 if (matrix->rows_) { 156 jas_free(matrix->rows_); 157 matrix->rows_ = 0; 215 if (mat0->rows_) { 216 jas_free(mat0->rows_); 217 mat0->rows_ = 0; 223 mat0->rows_ = jas_alloc2(mat0->maxrows_, sizeof(jas_seqent_t *)) [all...] |
/external/opencv3/modules/cudastereo/src/ |
stereobp.cpp | 140 int rows_, cols_; 188 rows_ = left.rows; 193 const int lowest_rows = rows_ / divisor; 199 datas_[0].create(rows_ * ndisp_, cols_, msg_type_); 218 rows_ = data.rows / ndisp_; 223 const int lowest_rows = rows_ / divisor; 238 u_.create(rows_ * ndisp_, cols_, msg_type_); 239 d_.create(rows_ * ndisp_, cols_, msg_type_); 240 l_.create(rows_ * ndisp_, cols_, msg_type_); 241 r_.create(rows_ * ndisp_, cols_, msg_type_) [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Pixels.h | 32 const size_t columns_,const size_t rows_); 37 const size_t columns_,const size_t rows_); 49 const size_t rows_ );
|
/external/opencv3/modules/core/src/ |
cuda_host_mem.cpp | 179 void cv::cuda::HostMem::create(int rows_, int cols_, int type_) 182 (void) rows_; 195 if (rows == rows_ && cols == cols_ && type() == type_ && data) 201 CV_DbgAssert( rows_ >= 0 && cols_ >= 0 ); 203 if (rows_ > 0 && cols_ > 0) 206 rows = rows_;
|
opengl.cpp | 457 cv::ogl::Buffer::Buffer() : rows_(0), cols_(0), type_(0) 466 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease) : rows_(0), cols_(0), type_(0) 477 rows_ = arows; 483 cv::ogl::Buffer::Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease) : rows_(0), cols_(0), type_(0) 493 rows_ = asize.height; 499 cv::ogl::Buffer::Buffer(InputArray arr, Target target, bool autoRelease) : rows_(0), cols_(0), type_(0) 522 rows_ = mat.rows; 541 if (rows_ != arows || cols_ != acols || type_ != atype) 545 rows_ = arows; 558 rows_ = 0 [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
cuda_types.hpp | 112 __CV_CUDA_HOST_DEVICE__ PtrStepSz(int rows_, int cols_, T* data_, size_t step_) 113 : PtrStep<T>(data_, step_), cols(cols_), rows(rows_) {}
|
opengl.hpp | 275 int rows_; member in class:cv::ogl::Buffer 396 int rows_; member in class:cv::ogl::Texture2D 542 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0), cols_(0), type_(0) 548 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0), type_(0) 562 return rows_; 574 return Size(cols_, rows_); 580 return rows_ == 0 || cols_ == 0; 616 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE) 622 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE) 636 return rows_; [all...] |
cuda.inl.hpp | 63 GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) 66 if (rows_ > 0 && cols_ > 0) 67 create(rows_, cols_, type_); 79 GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) 82 if (rows_ > 0 && cols_ > 0) 84 create(rows_, cols_, type_); 399 HostMem::HostMem(int rows_, int cols_, int type_, AllocType alloc_type_) 402 if (rows_ > 0 && cols_ > 0) 403 create(rows_, cols_, type_);
|
/external/ImageMagick/www/Magick++/ |
Cache.fig | 34 4 2 0 0 0 16 12 0.0000 4 135 495 2250 3300 rows_\001
|
Pixels.html | 115 columns_, const size_t rows_</font></p> 134 columns_, const size_t rows_</font></p> 150 columns_, const size_t rows_</font></p>
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
motion_stabilizing.hpp | 154 std::vector<int> rows_, cols_; member in class:cv::videostab::LpMotionStabilizer 159 rows_.push_back(row);
|
/external/webrtc/webrtc/system_wrappers/source/ |
data_log.cc | 97 RowList rows_[2]; member in class:webrtc::LogTable 143 rows_(), 144 rows_history_(&rows_[0]), 145 rows_flush_(&rows_[1]),
|