HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 101 - 125 of 277) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/vp8/encoder/
pickinter.c 63 bestmv->col <<= 3;
77 int xoffset = d->bmi.mv.as_mv.col & 7;
80 in_what += (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
691 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
708 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
713 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col;
724 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col
    [all...]
rdopt.c 557 mv_col = x->e_mbd.block[16].bmi.mv.as_mv.col;
909 x->e_mbd.mode_info_context->mbmi.mv.as_mv.col = mv->col;
916 bmi->mv.as_mv.col = mv->col;
960 const int row = i >> 2, col = i & 3; local
967 if (col && labelings[i] == labelings[i-1])
981 *this_mv = col ? d[-1].bmi.mv.as_mv : vp8_left_bmi(mic, i)->mv.as_mv;
987 this_mv->row = this_mv->col = 0;
995 const MV mv = col ? d[-1].bmi.mv.as_mv : vp8_left_bmi(mic, i)->mv.as_mv
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 952 TableColumn col = TableHelper.createTableColumn(t, "Time", SWT.LEFT, local
956 col.addControlListener(listener);
959 col = TableHelper.createTableColumn(t, "", SWT.CENTER,
963 col.addControlListener(listener);
966 col = TableHelper.createTableColumn(t, "pid", SWT.LEFT,
970 col.addControlListener(listener);
973 col = TableHelper.createTableColumn(t, "tag", SWT.LEFT,
977 col.addControlListener(listener);
980 col = TableHelper.createTableColumn(t, "Message", SWT.LEFT,
986 col.setResizable(false)
999 TableColumn col; local
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 202 int col = rsmd.getColumnCount(); local
203 assertEquals("Incorrect number of columns", 8, col);
208 for (int c = 1; c <= col; ++c) {
491 int col = rsmd.getColumnCount(); local
492 assertEquals("Incorrect number of columns", 14, col);
498 for (int c = 1; c <= col; ++c) {
794 int col = rsmd.getColumnCount(); local
795 assertEquals("Incorrect number of columns", 14, col);
801 for (int c = 1; c <= col; ++c) {
970 int col = rsmd.getColumnCount(); local
1112 int col = rsmd.getColumnCount(); local
2243 int col = rs.getInt("ORDINAL_POSITION"); local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
restsnew.cpp 321 int32_t count, row=0, col=0; local
355 col=0;
361 expected+=itoa(col, buf);
362 col++;
366 CONFIRM_EQ(col, rowbundle.getSize());
532 int32_t count, row=0, col=0; local
567 col=0;
571 temp = ures_getByIndex(rowbundle, col, temp, &err);
573 UnicodeString bla2 = ures_getUnicodeStringByIndex(rowbundle, col, &err);
576 expected+=itoa(col, buf)
631 int32_t i,j,row,col, actual_bundle; local
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 326 int32_t count, row=0, col=0; local
360 col=0;
366 expected+=itoa(col, buf);
367 col++;
371 CONFIRM_EQ(col, rowbundle.getSize());
537 int32_t count, row=0, col=0; local
572 col=0;
576 temp = ures_getByIndex(rowbundle, col, temp, &err);
578 UnicodeString bla2 = ures_getUnicodeStringByIndex(rowbundle, col, &err);
581 expected+=itoa(col, buf)
636 int32_t i,j,row,col, actual_bundle; local
    [all...]
  /external/libvpx/vp8/common/
findnearmv.c 34 xmv.col *= -1;
43 if (mv->col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
44 mv->col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
45 else if (mv->col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
46 mv->col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
debugmodes.c 119 fprintf(mvs, "%5d:%-5d", mi[mb_index].mbmi.mv.as_mv.row / 2, mi[mb_index].mbmi.mv.as_mv.col / 2);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
  /external/tinyxml/
tinyxmlparser.cpp 172 TiXmlParsingData( const char* start, int _tabsize, int row, int col )
178 cursor.col = col;
199 int col = cursor.col; local
218 col = 0;
231 col = 0;
249 col = (col / tabsize + 1) * tabsize;
266 { p +=3; ++col; } // A normal character
    [all...]
  /external/webkit/WebCore/rendering/
FixedTableLayout.cpp 84 // iterate over all <col> elements
94 RenderTableCol* col = toRenderTableCol(child); local
95 if (col->firstChild())
96 grpWidth = col->style()->width();
98 Length w = col->style()->width();
105 int span = col->span();
172 // Only set if no col element has already set it.
AutoTableLayout.cpp 153 // ### we need to add col elements as well
172 RenderTableCol *col = toRenderTableCol(child); local
173 int span = col->span();
174 if (col->firstChild()) {
175 grpWidth = col->style()->width();
177 Length w = col->style()->width();
320 int col = m_table->colToEffCol(cell->col()); local
321 unsigned int lastCol = col;
388 for (unsigned int pos = col; pos < lastCol; pos++)
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
BrowserProviderTests.java 162 int col = c.getColumnIndex(name); local
165 assertTrue(msg, col >= 0);
166 return c.getString(col);
  /external/libpng/contrib/pngminus/
png2pnm.c 204 int row, col; local
376 for (col = 0; col < width; col++)
413 if (col % 4 == 3)
415 } /* end for col */
418 if (col % 4 != 0)
  /external/quake/quake/src/QW/client/
d_scan.c 50 int *col; local
79 col = &column[turb[v]];
83 dest[u+0] = row[turb[u+0]][col[u+0]];
84 dest[u+1] = row[turb[u+1]][col[u+1]];
85 dest[u+2] = row[turb[u+2]][col[u+2]];
86 dest[u+3] = row[turb[u+3]][col[u+3]];
  /external/quake/quake/src/WinQuake/
d_scan.cpp 50 int *col; local
79 col = &column[turb[v]];
84 dest[u+0] = row[turb[u+0]][col[u+0]];
85 dest[u+1] = row[turb[u+1]][col[u+1]];
86 dest[u+2] = row[turb[u+2]][col[u+2]];
87 dest[u+3] = row[turb[u+3]][col[u+3]];
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 499 TableColumn col; local
501 col = new TableColumn(tab, SWT.RIGHT);
502 col.setText("ID");
503 col.pack();
505 col = new TableColumn(tab, SWT.RIGHT);
506 col.setText("000.000WW"); // $NON-NLS-1$
507 col.pack();
508 col.setText("Heap Size");
510 col = new TableColumn(tab, SWT.RIGHT);
511 col.setText("000.000WW"); // $NON-NLS-1
    [all...]
Addr2Line.java 224 Collection<Addr2Line> col = sProcessCache.values(); local
225 for (Addr2Line a2l : col) {
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 76 int col = event.getColumn(); local
101 event.left = left + mCellMargin + col * colWidth;
  /system/core/sh/
jobs.c 387 int col; local
445 col = strlen(s);
447 fmtstr(s + col, 16, "%ld ", (long)ps->pid);
448 col += strlen(s + col);
451 scopy("Running", s + col);
455 fmtstr(s + col, 16, "Done(%d)", st);
457 fmtstr(s + col, 16, "Done");
467 scopyn(sys_siglist[st], s + col, 32);
469 fmtstr(s + col, 16, "Signal %d", st)
    [all...]
  /external/jpeg/
wrrle.c 179 int row, col; local
244 for (col = cinfo->output_width; col > 0; col--) {
jcdctmgr.c 93 * coefficients scaled by scalefactor[row]*scalefactor[col], where
131 * coefficients scaled by scalefactor[row]*scalefactor[col], where
139 int row, col; local
153 for (col = 0; col < DCTSIZE; col++) {
156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
  /external/skia/src/images/
bmpdecoderhelper.h 91 void PutPixel(int x, int y, uint8 col);
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory3Test.java 126 Collection<? extends Certificate> col = null; local
127 col = certFs[i].generateCertificates(new ByteArrayInputStream(
129 Iterator<? extends Certificate> it = col.iterator();
130 assertEquals("Incorrect Collection size", col.size(), 1);
  /packages/apps/Launcher2/
print_db.py 98 for col in columns:
99 print_functions.append(FUNCTIONS.get(col, print_cell))
101 col = columns[i] variable
103 """ % ( col ))
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 136 for (int col = 0; col < numCols; ++col) {
137 RenderTableCell* cell = firstBody->cellAt(row, col).cell;
414 if (cell && ((cell->col() + (cell->colSpan()-1)) >= (int)column))

Completed in 801 milliseconds

1 2 3 45 6 7 8 91011>>