/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.c | 28 int row; member in struct:ec_position 139 int row, col; local 157 for (row = 0; row < end_row; ++row) 163 (((first_blk_row + row) * 167 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap); 178 int row, col, rel_row, rel_col; local 185 row = (4 * b_row) << 3; /* Q3 */ 189 new_row = row - bmi->mv.as_mv.row 288 int row, col; local 501 int row, col, i; local [all...] |
/external/libvpx/libvpx/vp8/common/ |
findnearmv.h | 26 mvp->as_mv.row *= -1; 40 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) 41 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN; 42 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) 43 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; 53 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ? 54 mb_to_top_edge : mv->as_mv.row; 55 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge) [all...] |
/external/ceres-solver/internal/ceres/ |
block_structure.cc | 51 // Decode the row structure. 54 const CompressedRowProto &row = proto.rows(i); local 55 block_structure->rows[i].block.size = row.block().size(); 56 block_structure->rows[i].block.position = row.block().position(); 58 // Copy the cells within the row. 59 block_structure->rows[i].cells.resize(row.cells_size()); 60 for (int j = 0; j < row.cells_size(); ++j) { 61 const CellProto &cell = row.cells(j); 76 // Encode the row structure. 78 CompressedRowProto *row = proto->add_rows() local [all...] |
linear_least_squares_problems.cc | 268 // Row 1 279 // Row 2 290 // Row 3 301 // Row 4 312 // Row 5 323 // Row 6 376 // Row 1 382 CompressedRow& row = bs->rows.back(); local 383 row.block.size = 1; 384 row.block.position = 0 395 CompressedRow& row = bs->rows.back(); local 408 CompressedRow& row = bs->rows.back(); local 421 CompressedRow& row = bs->rows.back(); local 434 CompressedRow& row = bs->rows.back(); local 448 CompressedRow& row = bs->rows.back(); local 514 CompressedRow& row = bs->rows.back(); local 524 CompressedRow& row = bs->rows.back(); local 534 CompressedRow& row = bs->rows.back(); local 544 CompressedRow& row = bs->rows.back(); local 554 CompressedRow& row = bs->rows.back(); local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 35 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7; 42 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + 53 return ((mvsadcost[0][(mv->as_mv.row - ref->as_mv.row)] + 68 x->ss[search_site_count].mv.row = 0; 77 x->ss[search_site_count].mv.row = -Len; 83 x->ss[search_site_count].mv.row = Len; 89 x->ss[search_site_count].mv.row = 0 [all...] |
/cts/libs/vogar-expect/src/vogar/util/ |
MarkResetConsole.java | 27 private int row; field in class:MarkResetConsole 41 row++; 57 private final int markRow = row; 74 for (int r = row; r > markRow; r--) { 84 row = markRow;
|
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.cc | 134 string16 CustomHomePagesTableModel::GetText(int row, int column_id) { 136 DCHECK(row >= 0 && row < RowCount()); 137 return entries_[row].title.empty() ? FormattedURL(row) : entries_[row].title; 140 SkBitmap CustomHomePagesTableModel::GetIcon(int row) { 141 DCHECK(row >= 0 && row < RowCount()); 142 return entries_[row].icon.isNull() ? *default_favicon_ : entries_[row].icon [all...] |
custom_home_pages_table_model.h | 51 virtual string16 GetText(int row, int column_id) OVERRIDE; 52 virtual SkBitmap GetIcon(int row) OVERRIDE; 53 virtual string16 GetTooltip(int row) OVERRIDE; 68 const history::URLRow* row, 82 // Returns the URL for a particular row, formatted for display to the user. 83 string16 FormattedURL(int row) const;
|
/external/eigen/Eigen/src/Core/ |
ArrayWrapper.h | 61 inline CoeffReturnType coeff(Index row, Index col) const 63 return m_expression.coeff(row, col); 66 inline Scalar& coeffRef(Index row, Index col) 68 return m_expression.const_cast_derived().coeffRef(row, col); 71 inline const Scalar& coeffRef(Index row, Index col) const 73 return m_expression.const_cast_derived().coeffRef(row, col); 92 inline const PacketScalar packet(Index row, Index col) const 94 return m_expression.template packet<LoadMode>(row, col); 98 inline void writePacket(Index row, Index col, const PacketScalar& x) 100 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x) [all...] |
/external/smack/src/org/xbill/DNS/ |
Compression.java | 43 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE; local 47 entry.next = table[row]; 48 table[row] = entry; 61 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE; local 63 for (Entry entry = table[row]; entry != null; entry = entry.next) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
TouchPositionCorrection.java | 83 public float getX(final int row) { 86 // return mXs[row]; 89 public float getY(final int row) { 90 return mYs[row]; 93 public float getRadius(final int row) { 94 return mRadii[row];
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
SkylineProduct.h | 139 for (Index row = 0; row < lhs.rows(); row++) { 140 dst(row, col) = lhs.coeffDiag(row) * rhs(row, col); 144 for (Index row = 0; row < lhs.rows(); row++) { 145 typename _Lhs::InnerLowerIterator lIt(lhs, row); [all...] |
/external/openssl/apps/ |
srp.c | 177 static int update_index(CA_DB *db, BIO *bio, char **row) 190 irow[i]=row[i]; 191 row[i]=NULL; 590 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex); local 592 row[DB_srptype][0] = 'V'; 598 char *row[DB_NUMBER] ; char *gNid; local 599 row[DB_srpverifier] = NULL; 600 row[DB_srpsalt] = NULL; 601 row[DB_srpinfo] = NULL; 602 if (!(gNid = srp_create_user(user,&(row[DB_srpverifier]), &(row[DB_srpsalt]),gNrow?gNrow[DB_srpsalt]:gN,gNrow?gNrow[DB_srpverifier]:NULL, (…) 637 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex); local [all...] |
/external/eigen/test/ |
nomalloc.cpp | 54 m2.col(0).noalias() -= m1 * m1.row(0).adjoint(); 55 m2.col(0).noalias() -= m1.adjoint() * m1.row(0).adjoint(); 57 m2.row(0).noalias() = m1.row(0) * m1; 58 m2.row(0).noalias() -= m1.row(0) * m1.adjoint(); 59 m2.row(0).noalias() -= m1.col(0).adjoint() * m1; 60 m2.row(0).noalias() -= m1.col(0).adjoint() * m1.adjoint(); 65 m2.col(0).noalias() -= m1.template triangularView<Upper>() * m1.row(0).adjoint(); 66 m2.col(0).noalias() -= m1.adjoint().template triangularView<Upper>() * m1.row(0).adjoint() [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTable.cpp | 150 for (int row = 0; row < numRows; ++row) { 154 RenderTableCell* cell = firstBody->primaryCellAt(row, col); 169 // If the first row is comprised of all <th> tags, assume it is a data table. 170 if (!row && isTHCell) 203 if (row < 5 && row == alternatingRowColorCount) { 216 if (!row && headersInFirstRowCount == numCols && numCols > 1) 236 // Check if there is an alternating row background color indicating a zebra striped style pattern 328 AccessibilityTableRow* row = static_cast<AccessibilityTableRow*>(rowObject); local [all...] |
AccessibilityARIAGrid.cpp | 67 AccessibilityTableRow* row = static_cast<AccessibilityTableRow*>(child); 68 if (appendedRows.contains(row)) 72 unsigned rowCellCount = row->children().size(); 76 row->setRowIndex((int)m_rows.size()); 77 m_rows.append(row); 79 // Try adding the row if it's not ignoring accessibility, 81 if (!row->accessibilityIsIgnored()) 82 m_children.append(row); 84 m_children.append(row->children()); 86 appendedRows.add(row); [all...] |
/external/chromium/chrome/browser/ui/views/ |
generic_info_view.h | 37 void SetNameByStringId(int row, int id); 38 void SetName(int row, const string16& name); 39 void SetValue(int row, const string16& value);
|
/external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/ |
cells.js | 5 var row = document.createElement("tr"); 8 row.appendChild(container); 10 return row.cells.length; 15 var row = document.createElement("tr"); 18 row.appendChild(container); 20 return row.cells.length;
|
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorPickerPalette.java | 32 * row (and the padding between the squares) is determined by the user. 74 TableRow row = new TableRow(getContext()); local 77 row.setLayoutParams(params); 78 return row; 95 TableRow row = createTableRow(); local 102 addSwatchToRow(row, colorSwatch, rowNumber); 106 addView(row); 107 row = createTableRow(); 113 // Create blank views to fill the row if the last row has not been filled [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserException.java | 13 protected int row = -1; field in class:XmlPullParserException 29 public XmlPullParserException(String s, int row, int column) { 31 this.row = row; 42 this.row = parser.getLineNumber(); 50 public int getLineNumber() { return row; }
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaByDayAdapter.java | 105 RowInfo row = mRowInfo.get(i); local 106 if (row != null && row.mType == TYPE_DAY) 138 RowInfo row = mRowInfo.get(position); local 139 if (row.mType == TYPE_DAY) { 140 return row; 142 return mAgendaAdapter.getItem(row.mPosition); 151 RowInfo row = mRowInfo.get(position); local 152 if (row.mType == TYPE_DAY) { 155 return mAgendaAdapter.getItemId(row.mPosition) 183 RowInfo row = mRowInfo.get(position); local 533 RowInfo row = mRowInfo.get(index); local 600 RowInfo row = mRowInfo.get(headerPos); local 622 RowInfo row = mRowInfo.get(index); local 640 RowInfo row = mRowInfo.get(position); local 655 RowInfo row = mRowInfo.get(listPos); local 679 RowInfo row = mRowInfo.get(position); local [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ProfilesTableModel.java | 39 public Object getValueAt(int row, int column) { 43 return NAMES[row]; 47 return formatter.format(profiles[row]) + "";
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLTable.java | 56 final Row row = new Row (true); local 57 add (row); 59 return row; 64 final Row row = new Row (false); local 65 add (row); 67 return row; [all...] |
/external/skia/legacy/src/core/ |
SkFilterProc.h | 51 inline SkFilterProc SkGetBilinearFilterProc22RowProc(const SkFilterProc* row, 54 SkASSERT(row); 56 return row[x << 30 >> 30]; 85 inline SkFilter32Proc SkGetFilter32Proc22RowProc(const SkFilter32Proc* row, 88 SkASSERT(row); 90 return row[x << 30 >> 30];
|
/external/skia/src/core/ |
SkFilterProc.h | 51 inline SkFilterProc SkGetBilinearFilterProc22RowProc(const SkFilterProc* row, 54 SkASSERT(row); 56 return row[x << 30 >> 30]; 85 inline SkFilter32Proc SkGetFilter32Proc22RowProc(const SkFilter32Proc* row, 88 SkASSERT(row); 90 return row[x << 30 >> 30];
|