Searched defs:blockCols (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block() 62 … Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const in block() 713 Index blockRows, Index blockCols) in block() 721 … Index blockRows, Index blockCols) const in block()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() 132 …ne BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() 318 …ne BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() 440 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
|
/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
|