Searched defs:blockCols (Results 1 – 4 of 4) sorted by relevance
| /external/eigen/Eigen/src/SparseCore/ |
| D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 69 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } in blockCols() function 115 …block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in sparse_matrix_block_impl() 274 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } in blockCols() function 298 … BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 317 … BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 357 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 391 Index blockCols() const { return m_blockCols.value(); } in blockCols() function
|
| /external/eigen/Eigen/src/plugins/ |
| D | BlockMethods.h | 96 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) in block() 110 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) const in block() 1074 Index blockRows, Index blockCols) in block() 1083 … Index blockRows, Index blockCols) const in block()
|
| /external/dng_sdk/source/ |
| D | dng_read_image.cpp | 924 uint32 blockCols = ifd.fSubTileBlockCols; in ReorderSubTileBlocks() local
|
| D | dng_image_writer.cpp | 3188 uint32 blockCols = ifd.fSubTileBlockCols; in ReorderSubTileBlocks() local
|