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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc285 // |row_a| refers to the current row we are subtracting from. Skip all rows
287 Rows::iterator row_a = rows_.upper_bound(top); local
290 // |row_a|.
291 while (row_a != rows_.end() && row_b != region.rows_.end()) {
292 // Skip |row_a| if it doesn't intersect with the |row_b|.
293 if (row_a->second->bottom <= top) {
296 MergeWithPrecedingRow(row_a);
297 ++row_a;
301 if (top > row_a->second->top) {
302 // If |top| falls in the middle of |row_a| the
[all...]
/external/ceres-solver/internal/ceres/
H A Dincomplete_lq_factorization.cc64 // Compute a(row_a,:) * b(row_b, :)'
66 const int row_a,
77 const int row_a_end = a_rows[row_a + 1];
80 int idx_a = a_rows[row_a];
65 RowDotProduct(const CompressedRowSparseMatrix& a, const int row_a, const CompressedRowSparseMatrix& b, const int row_b) argument
/external/chromium_org/chrome/browser/history/
H A Dscored_history_match_unittest.cc119 URLRow row_a(MakeURLRow("http://fedcba", "abcd bcd", 3, 30, 1));
121 PopulateWordStarts(row_a, &word_starts_a);
126 ScoredHistoryMatch scored_a(row_a, visits_a, std::string(),
178 ScoredHistoryMatch scored_f(row_a, visits_a, std::string(),

Completed in 524 milliseconds