HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 201 - 225 of 887) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 139 scan [$w index insert] %d.%d row col
140 if {$col>$v(plength)} {
149 scan [$w index insert] %d.%d row col
150 if {$col>$v(plength)} {
159 scan [$w index insert] %d.%d row col
160 if {$col>=$v(plength)} {
181 scan [$w index insert] %d.%d row col
213 scan [$w index insert] %d.%d row col
314 foreach col $x(*) {
315 append res $sep$x($col)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 143 int col; local
155 for (col = 0; col < cols; col++) {
157 int v = p_src[col];
160 if (abs(v - p_src[col + i * pitch]) > flimit)
163 kernel += kernel5[2 + i] * p_src[col + i * pitch];
168 p_dst[col] = v;
178 for (col = 0; col < cols; col++)
    [all...]
  /external/ceres-solver/internal/ceres/
block_random_access_diagonal_matrix.cc 94 int* col,
104 *col = 0;
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TableSectionPainter.cpp 57 return elem1->col() < elem2->col();
79 unsigned col = c - 1; local
80 RenderTableSection::CellStruct& current = m_renderTableSection.cellAt(row, col);
82 if (!cell || (row > dirtiedRows.start() && m_renderTableSection.primaryCellAt(row - 1, col) == cell) || (col > dirtiedColumns.start() && m_renderTableSection.primaryCellAt(row, col - 1) == cell))
167 RenderTableCol* column = m_renderTableSection.table()->colElement(cell->col());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 84 // iterate over all <col> elements
90 for (RenderTableCol* col = m_table->firstColumn(); col; col = col->nextColumn()) {
92 // so that if we call setPreferredWidthsDirty(true) on a col or one of its descendants, we'll mark it's
94 col->clearPreferredLogicalWidthsDirtyBits();
97 if (col->isTableColumnGroupWithColumnChildren())
100 Length colStyleLogicalWidth = col->style()->logicalWidth();
105 unsigned span = col->span()
    [all...]
RenderTableCellTest.cpp 55 EXPECT_EQ(columnIndex, m_cell->col());
61 EXPECT_EQ(maxColumnIndex, m_cell->col());
  /external/chromium_org/third_party/libjpeg_turbo/
jdmrgext.c 33 JDIMENSION col; local
47 for (col = cinfo->output_width >> 1; col > 0; col--) {
106 JDIMENSION col; local
122 for (col = cinfo->output_width >> 1; col > 0; col--) {
jddctmgr.c 246 * coefficients scaled by scalefactor[row]*scalefactor[col], where
280 * coefficients scaled by scalefactor[row]*scalefactor[col], where
285 int row, col; local
293 for (col = 0; col < DCTSIZE; col++) {
296 aanscalefactor[row] * aanscalefactor[col]);
jquant1.c 473 JDIMENSION col; local
480 for (col = width; col > 0; col--) {
503 JDIMENSION col; local
509 for (col = width; col > 0; col--) {
533 JDIMENSION col; local
548 for (col = width; col > 0; col--)
586 JDIMENSION col; local
636 JDIMENSION col; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 43 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
51 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block));
53 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block));
63 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
89 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
125 if (mv->col & 1)
126 mv->col += (mv->col > 0 ? -1 : 1);
  /external/chromium_org/third_party/polymer/components/core-splitter/
core-splitter.css 15 cursor: col-resize;
  /external/chromium_org/third_party/polymer/components-chromium/core-splitter/
core-splitter.css 15 cursor: col-resize;
  /external/eigen/Eigen/src/SparseCore/
MappedSparseMatrix.h 68 inline Scalar coeff(Index row, Index col) const
70 const Index outer = IsRowMajor ? row : col;
71 const Index inner = IsRowMajor ? col : row;
87 inline Scalar& coeffRef(Index row, Index col)
89 const Index outer = IsRowMajor ? row : col;
90 const Index inner = IsRowMajor ? col : row;
136 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::MappedSparseMatrix::InnerIterator
167 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::MappedSparseMatrix::ReverseInnerIterator
  /external/eigen/test/eigen2/
eigen2_submatrices.cpp 72 //check row() and col()
73 VERIFY_IS_APPROX(m1.col(c1).transpose(), m1.transpose().row(c1));
74 VERIFY_IS_APPROX(square.row(r1).eigen2_dot(m1.col(c1)), (square.lazy() * m1.conjugate())(r1,c1));
75 //check operator(), both constant and non-constant, on row() and col()
77 m1.col(c1) += s1 * m1.col(c2);
85 VERIFY_IS_APPROX(m1.col(c1), bc1);
131 VERIFY(ei_real(ones.col(c1).sum()) == RealScalar(rows));
134 VERIFY(ei_real(ones.col(c1).eigen2_dot(ones.col(c2))) == RealScalar(rows))
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 146 inline Scalar coeff(Index row, Index col) const {
147 const Index outer = IsRowMajor ? row : col;
148 const Index inner = IsRowMajor ? col : row;
195 inline Scalar& coeffRef(Index row, Index col) {
196 const Index outer = IsRowMajor ? row : col;
197 const Index inner = IsRowMajor ? col : row;
206 if (col > row) //upper matrix
212 if (col < row) //lower matrix
240 inline Scalar coeffLower(Index row, Index col) const {
241 const Index outer = IsRowMajor ? row : col;
    [all...]
  /external/libhevc/common/x86/
ihevc_inter_pred_filters_ssse3_intr.c 127 WORD32 row, col; local
138 for(col = 0; col < wd; col += 16)
165 for(col = 0; col < wd; col += 8)
192 for(col = 0; col < wd; col += 4
270 WORD32 row, col; local
763 WORD32 row, col; local
1509 WORD32 row, col; local
1635 WORD32 row, col; local
2061 WORD32 row, col; local
2634 WORD32 row, col; local
3111 WORD32 row, col; local
3487 WORD32 row, col; local
3622 WORD32 row, col; local
3870 WORD32 row, col; local
4245 WORD32 row, col; local
4417 WORD32 row, col; local
4721 WORD32 row, col; local
5025 WORD32 row, col; local
5350 WORD32 row, col; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 311 for (int col = 0; col < width; ++col) {
312 int idx = row * width + col;
315 if ((row & 1) == 0 && (col & 1) == 0) {
316 int offset = row / 2 * width + col / 2 * 2;
326 for (int col = 0; col < width; col += 2) {
327 int idx = row * width + col;
    [all...]
  /build/tools/droiddoc/templates-sdk/
sample.cs 10 ?>class="col-13" id="doc-col"<?cs else
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
97 <div class="layout-content-col <?cs
98 if:fullpage ?>col-16<?cs
99 elif:training||guide ?>col-8<?cs
100 else ?>col-9<?cs /if ?>" style="padding-top:4px">
106 <div class="paging-links layout-content-col col-4"
    [all...]
sampleindex.cs 10 ?>class="col-13" id="doc-col"<?cs else
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
87 <div class="layout-content-col <?cs
88 if:fullpage ?>col-16<?cs
89 elif:training||guide ?>col-8<?cs
90 else ?>col-9<?cs /if ?>" style="padding-top:4px">
96 <div class="paging-links layout-content-col col-4"
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
sample.cs 10 ?>class="col-13" id="doc-col"<?cs else
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
97 <div class="layout-content-col <?cs
98 if:fullpage ?>col-16<?cs
99 elif:training||guide ?>col-8<?cs
100 else ?>col-9<?cs /if ?>" style="padding-top:4px">
106 <div class="paging-links layout-content-col col-4"
    [all...]
sampleindex.cs 10 ?>class="col-13" id="doc-col"<?cs else
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
87 <div class="layout-content-col <?cs
88 if:fullpage ?>col-16<?cs
89 elif:training||guide ?>col-8<?cs
90 else ?>col-9<?cs /if ?>" style="padding-top:4px">
96 <div class="paging-links layout-content-col col-4"
    [all...]
docpage.cs 32 ?>class="col-13" id="doc-col"<?cs
34 ?>class="col-12" id="doc-col"<?cs /if ?> >
40 <div class="layout-content-col <?cs if:training ?>span-7<?cs else ?>span-9<?cs /if ?>">
46 <div class="training-nav-top layout-content-col span-5" itemscope itemtype="http://schema.org/SiteNavigationElement">
73 <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
112 <div class="col-6">
115 <div class="col-6">
153 <div class="layout-content-col <?c
    [all...]
  /external/e2fsprogs/debugfs/
ls.c 37 int col; member in struct:list_dir_struct
114 if (ls->col + thislen > 80) {
116 ls->col = 0;
119 ls->col += thislen;
167 ls.col = 0;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 98 if ( Dc(it.col()) < abs(it.value()) )
99 Dc(it.col()) = abs(it.value());
119 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) );
124 if ( DcRes(it.col()) < abs(it.value()) )
125 DcRes(it.col()) = abs(it.value());
  /external/jpeg/
jquant1.c 468 JDIMENSION col; local
475 for (col = width; col > 0; col--) {
498 JDIMENSION col; local
504 for (col = width; col > 0; col--) {
528 JDIMENSION col; local
543 for (col = width; col > 0; col--)
581 JDIMENSION col; local
631 JDIMENSION col; local
    [all...]

Completed in 271 milliseconds

1 2 3 4 5 6 7 891011>>