HomeSort by relevance Sort by last modified time
    Searched defs:new_rows (Results 1 - 6 of 6) 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/webrtc/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 719 const Index new_rows = other.rows() - _this.rows(); local
722 if (new_rows>0
750 const Index new_rows = Derived::RowsAtCompileTime==1 ? 1 : size; local
761 const Index new_rows = Derived::RowsAtCompileTime==1 ? 1 : other.rows(); local
    [all...]
  /external/opencv3/modules/core/test/
test_umat.cpp 315 int new_rows = randomInt(1, INT_MAX); local
316 if ( ((int)ua.total()*ua.channels())%(new_rows*nChannels) != 0)
318 EXPECT_ANY_THROW (ua.reshape(nChannels, new_rows) );
322 EXPECT_NO_THROW ( ub = ua.reshape(nChannels, new_rows) );
324 ASSERT_EQ(ub.rows, new_rows);
327 EXPECT_MAT_NEAR(ua.reshape(nChannels,new_rows), a.reshape(nChannels,new_rows), 0);
330 new_rows = (int)ua.total()*ua.channels()/(nChannels*randomInt(1, size.width*size.height));
331 if (new_rows == 0) new_rows = 1
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 2937 int total_width, new_rows, cn; local
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 2542 int total_width, new_rows, cn; local
    [all...]

Completed in 185 milliseconds