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

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 113 int* new_rows = new int[new_max_num_nonzeros]; local
118 new_rows[i] = rows_[i];
123 rows_.reset(new_rows);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.cc 371 Rows new_rows; local
389 new_rows.insert(new_rows.end(), Rows::value_type(row->bottom, row));
393 new_rows.swap(rows_);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 717 const Index new_rows = other.rows() - _this.rows(); local
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; local
759 const Index new_rows = Derived::RowsAtCompileTime==1 ? 1 : other.rows(); local
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 2937 int total_width, new_rows, cn; local
    [all...]

Completed in 209 milliseconds