HomeSort by relevance Sort by last modified time
    Searched defs:rows_ (Results 1 - 15 of 15) sorted by null

  /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/
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
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
  /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/webrtc/webrtc/modules/desktop_capture/
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/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:__anon20228
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/modules/core/include/opencv2/core/
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...]
  /external/opencv3/modules/photo/src/
fast_nlmeans_multi_denoising_invoker.hpp 67 int rows_; member in struct:FastNlMeansMultiDenoisingInvoker
111 rows_ = srcImgs[0].rows;
  /external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp 163 std::vector<int> rows_, cols_; member in class:cv::videostab::MotionEstimatorL1
167 rows_.push_back(row);
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]),
  /external/ImageMagick/Magick++/lib/
Image.cpp 4875 ExportImagePixels(image(),x_,y_,columns_,rows_,map_.c_str(),type_,pixels_, local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 387 milliseconds