Searched refs:cell_info (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dschur_eliminator_impl.h192 CellInfo* cell_info = lhs->GetCell(block_id, block_id, local
195 if (cell_info != NULL) {
200 CeresMutexLock l(&cell_info->m);
201 MatrixRef m(cell_info->values, row_stride, col_stride);
534 CellInfo* cell_info = lhs->GetCell(block1, block2, local
537 if (cell_info != NULL) {
539 CeresMutexLock l(&cell_info->m);
544 cell_info->values, r, c, row_stride, col_stride);
608 CellInfo* cell_info = lhs->GetCell(block1, block1, local
611 if (cell_info !
627 CellInfo* cell_info = lhs->GetCell(block1, block2, local
661 CellInfo* cell_info = lhs->GetCell(block1, block1, local
680 CellInfo* cell_info = lhs->GetCell(block1, block2, local
[all...]
H A Dvisibility_based_preconditioner.cc412 CellInfo* cell_info = m_->GetCell(block1, block2, local
415 CHECK(cell_info != NULL)
423 MatrixRef m(cell_info->values, row_stride, col_stride);
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc248 CellInfo cell_info = { cell.hash(), cell.GetAddress() }; local
249 iterator->cells.push_back(cell_info);

Completed in 1282 milliseconds